.sec-container {
    padding-top: 30px;
    margin: 0 auto;
    width: 1140px
}

#sec-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483647;
    background-color: rgba(0, 0, 0, 0.5)
}

#sec-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px gray;
    min-width: 500px;
    z-index: 2147483647
}

#sec-container .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 20px
}

#sec-if-container {
    font-family: arial;
    color: #515151;
    text-align: center;
    width: -webkit-fill-available;
    padding-bottom: 20px;
    overflow: hidden
}

#sec-if-container .behavioral {
    height: 265px;
    width: 700px
}

#sec-if-container .adaptive {
    height: 265px;
    width: 700px
}

#sec-if-container .crypto {
    height: 265px;
    width: 700px
}

#sec-if-container iframe {
    border: 0;
    border-style: none
}

#sec-if-container iframe.funcaptcha {
    width: 308px;
    height: 300px
}

#sec-if-container iframe.whiteshadow {
    width: 250px;
    height: 75px
}

#sec-text-if {
    display: block;
    margin: 0 auto;
    width: 700px;
    border: 0
}

#sec-text-if.crypto {
    height: 80px
}

#sec-text-if.adaptive,
#sec-text-if.behavioral {
    height: 55px
}

#sec-text-container {
    overflow: auto;
    -webkit-overflow-scrolling: auto;
    padding: 10px
}

#sec-cpt-if {
    overflow: hidden;
    display: block;
    margin: 0 auto;
    width: 320px;
    height: 500px
}

#sec-cpt-if.crypto {
    height: 216px
}

#sec-cpt-if.custom-branding {
    width: 100%
}

@media(max-width:1200px) {
    .sec-container {
        width: 960px
    }
    #sec-if-container .behavioral {
        width: 960px
    }
    #sec-if-container .adaptive {
        width: 960px
    }
    #sec-if-container .crypto {
        width: 960px
    }
}

@media(max-width:991px) {
    .sec-container {
        width: 720px
    }
    #sec-text-if {
        width: 650px
    }
    #sec-text-if.crypto {
        height: 98px
    }
    #sec-text-if.adaptive,
    #sec-text-if.behavioral {
        height: 73px
    }
    #sec-if-container .behavioral {
        width: 720px
    }
    #sec-if-container .adaptive {
        width: 720px
    }
    #sec-if-container .crypto {
        width: 720px
    }
}

@media(max-width:767px) {
    .sec-container {
        width: 540px
    }
    #sec-text-if {
        width: 400px
    }
    #sec-text-if.crypto {
        height: 125px
    }
    #sec-text-if.adaptive,
    #sec-text-if.behavioral {
        height: 100px
    }
    #sec-if-container .behavioral {
        width: 540px
    }
    #sec-if-container .adaptive {
        width: 540px
    }
    #sec-if-container .crypto {
        width: 540px
    }
}

@media(max-width:575px) {
    .sec-container {
        width: 100%
    }
    #sec-text-if {
        width: 300px
    }
    #sec-text-if.crypto {
        height: 125px
    }
    #sec-text-if.adaptive,
    #sec-text-if.behavioral {
        height: 100px
    }
    #sec-if-container .behavioral {
        width: 100%
    }
    #sec-if-container .adaptive {
        width: 100%
    }
    #sec-if-container .crypto {
        width: 100%
    }
    #sec-overlay {
        background-color: #fff;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
    #sec-container {
        position: static;
        transform: none;
        -ms-transform: none;
        background-color: #fff;
        border-radius: 0;
        box-shadow: none;
        min-width: 300px
    }
    #sec-text-container {
        padding: 10px
    }
    #sec-if-container {
        width: 100%
    }
}