@charset "UTF-8";
   .header-unit {
height: 100vh;
border: 0px solid #000;
border-right:none;
border-left: none;
position: relative;
}
#video-container {
position: absolute;
}
#video-container {
top:0%;
left:0%;
height:100%;
width:100%;
overflow: hidden;
}
video {
position:absolute;
z-index:0;
}
video.fillWidth {
width: 100%;
}
.fs-video {
width: 100%;
height: auto;
position:relative;
padding-top:50px;
padding-bottom:50px;
}
.portfolio-content {
background-color:#e0e6f2;
}
#menu-item-7500 span {
color: #FFF!important;
}
.content-text {
padding-top: 60px;
}
.h1_page-entry {
}
@media only screen and (max-width:768px) {
.portfolio-section {
margin-top: -25px;
}
}
@media only screen and (max-width:480px) {
.h1_page-entry {
} 
#mdf_results_by_ajax {
margin-top: -30px !important;
}
} @media all and (device-width: 375px) and (device-height: 667px) and (orientation:portrait) {
.content-text {
padding-top: 10px;
}
.h1_page-entry {
}
} @media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {
.content-text {
padding-top: 10px;
}
.h1_page-entry {
}
}