﻿
.closeBtn {
    position: absolute;
    top: 2%;
    left: 98%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media only screen and (min-width:992px) {
    #adImage {
        content: url(/images/App/adMemberWeb.png);
    }
}
@media only screen and (device-width: 992px), only screen and (max-width: 992px) {
    #adImage {
        content: url(/images/App/adMemberMobile.png);
    }
}
.modal-dialog-centered > .modal-content {
    background-color: rgba(0,0,0,0);
    border: 0px;
}

@media (min-width:576px) {
    .modal-dialog-centered > .modal-content {
        background-color: rgba(0,0,0,0);
        border: 0px;
    }
}

