/* 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; 
    }
}

/* Video Styles */

.video-container {
  position: relative; 
  text-align: center;
  padding: 250px 50px;
  margin-bottom: 50px;
  overflow: hidden;
  color: white; 

}

/* This creates the purple tint layer */
.video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(109, 41, 101, 0) 0%, rgba(109, 41, 101, 1) 100%);
  z-index: 1; /* Sits above the video */
  pointer-events: none;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%; 
  object-fit: cover;
  z-index: 0; 
}

.video-container h1, 
.video-container p,
.video-container h3,
.video-container .content,
.video-container .button { 
  position: relative; 
  z-index: 2; 
}


#iframe-container h1 {
    font-size: 52px;
    color: white;
}

#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/f8617585072f43e3adcb4ad72143e812/i/e0dc87480b954eb2b63e03aa7f1f4d98/1/GCuCv726gZycFxatknDdac/video%20bkgrd%20img.jpg);
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 100px 20px;
    }
}

/* End Video Styles */

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .block_f35a47e6f3f94e7892c69a8d39204d9e.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 20px;
    }
}
/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .block_f35a47e6f3f94e7892c69a8d39204d9e.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}