@media only screen and (max-width: 767px) {
    #result_gift .modal-dialog .btnClose{
        top: 20px;
        right: 27px;
    }
}

@media only screen and (min-width: 501px) {
    #result_gift .giftImage img{
        min-height: 250px;
    }
}