@media (max-width: 767.98px) {
.navbar.main-navbar .nav > li:hover > .dropdown-menu {
position: initial;
float:none;
margin:auto;
}
.smart-background .image img {
opacity: 0;
visibility: hidden;
}
}
.raw-html-wrapper { overflow: hidden; }
.video-background {
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
min-height: 500px;
}
.video-background iframe {
position: absolute;
top: 50%;
left: 50%;
width: 100vw;
height: 100vh;
transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
.video-background iframe { height: 56.25vw;
}
}
@media (max-aspect-ratio: 16/9) {
.video-background iframe { width: 177.78vh;
}
}
body .navbar.main-navbar { overflow: visible !important; }
.video-background:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: block;
font-family: "Font Awesome 5 pro"; font-weight: 400; content: "\f144";
z-index: 999;
text-align: center;
align-items: center;
justify-content: center;
display: flex;
font-size: 120px;
color:#fff;
pointer-events: none;
cursor: pointer;
transition: .2s all;
text-shadow: 0px 0px 20px #00000090;
}
.video-background:hover:before {
font-size: 140px;	
}
.playing .video-background:before {
display: none;
}
@media (min-width: 920px) {
.vc-fancybox .vc-fancy-inner .image {
max-width: 850px;
max-height: 640px;
}
}