/* -- Imported styles ----------------------------- */
@import url("global.css");
@import url("box.css");
@import url("style.css");

.bgBox {
    background-position: center center;
    background-size: cover;
}
.wrapCont {
    padding-bottom: 70px;
    padding-top: 60px;
}
.wrapCont,
.vnt-main-top{
    margin-bottom: 0;
}
.fancybox-slide--iframe .fancybox-content {
    height: 100% !important;
}