.thankyou-popup button.btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
}
.thankyou-popup .modal{
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 576px){
    .thankyou-popup .modal-dialog-centered{
        max-width: 570px;
    }
}

figure img {
    max-width: 100%;
}

.formSubmitNew {
    margin-top: 25px;
}