.compCaptcha #antibotModal {
    display:none;
    position: fixed;
    z-index: 1;
    padding-top: 300px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.compCaptcha #antibotModalContent {
    margin: auto;
    width: 400px;
}
.compCaptcha .antibotClose {
    position:absolute;
    z-index: 2;
    width: 400px;
}
.compCaptcha .cross {
    float: right;
    font-size: 32px;
    font-weight: bold;
    color: #aaaaaa;
    padding-right: 4px;
    padding-top: 2px;
}
.compCaptcha .cross:hover,
.compCaptcha .cross:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
@media screen and (max-device-width: 460px) and (orientation: portrait) {
    .compCaptcha #antibotModalContent {
        width: 90%;
    }
    .compCaptcha .antibotClose {
        width: 90%;
    }
}
@media screen and (min-device-width: 461px) and (max-device-width: 600px) and (orientation: portrait) {
    .compCaptcha #antibotModalContent {
        width: 62%;
    }
    .compCaptcha .antibotClose {
        width: 62%;
    }
}
@media screen and (min-device-width: 601px) and (max-device-width: 690px) and (orientation: portrait) {
    .compCaptcha #antibotModalContent {
        width: 49%;
    }
    .compCaptcha .antibotClose {
        width: 49%;
    }
}