iframe.cboxIframe,
iframe.cboxTOIframe,
iframe.cboxBAIframe {
    width: 100%;
    height: 100%
}

#colorboxTO,
#colorboxBA {
    z-index: 3;
}

iframe.cboxTOIframe {
    margin-bottom: -2rem
}

#colorboxTO:focus,
#colorboxBA:focus {
    outline: none
}

body {
    background-color: #000
}

body,
.menu__inner {
    -webkit-transition: 0.14s all;
    transition: 0.1s all
}

main#content {
    background-color: #fff
}

#cboxBALoadedContent {
    /* margin-top: -32px; */
    width: 96%!important;
}

#cboxBAContent {
    float: none!important;
}

@media screen and (max-width:768px) {
    #cboxTOLoadedContent  {
        position: fixed;
    }
    #cboxBALoadedContent {
        width: 100% !important;
    }
}
