/* Nav Dropdowns */
.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}
@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/*Hero Video BG*/
/* Video Styles */
.video-container {
  background: #24282f;
  color: white;
  text-align:center;
  padding: 600px 0 300px 0;
}
#iframe-container h1 {
    font-size: 52px;
}
#iframe-container h3 {
    font-size: 30px;
}

/* Mobile Video Styles */
@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        font-size: 36px;
    }
    #iframe-container h3 {
        font-size: 20px;
    }
    div#iframe-container {
        background-image: url(https://static.mywebsites360.com/c385e10add5641f18d54c40a9c3f00cc/i/dddb943273924ebe9e0988ed7e607625/0/GCuCv726gZycFxatXh9yJ4);
        background-position: center;
    }
    .video-wrap {
        display: none!important;
    }
    .video-container {
        padding: 100px 20px 100px 20px;
    }
}

/* End Video Styles */