.gift{
    position: relative;
    text-align: center;
}

.getImg{
    width: 208px;
    height: 48px;
    cursor: pointer;
    position: absolute;
    bottom: 32%;
    right: 5%;
}
#giftModal .modal-body{
    text-align: center;
    line-height: 1;
    /* min-height: 160px; */
    /* height: auto; */
    margin-top: 300px;
  }
  #giftModal{
    overflow: hidden;
    background-color:rgba(0, 0, 0, 0.5)
  }
  #giftModal .modal-dialog {
    width: 350px;
    height: 622px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    box-shadow: none;
    /* background: url('../images/BS/bp.png') no-repeat center center; */
  }
  #giftModal .modal-content {
    height: 100%;
    box-shadow: none;
    border: none; 
    position: relative;
  }
  #giftModal .modal-content img{
      width: 100%;
  }
  .close_span{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    font-size: 26px;
  }
  .m_gift{
    width: 100%; 
  }