<!-- <div> /* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_e5a79923d12f44f28653e6d930f1e0c8 {
        background-image: url(https://static.mywebsites360.com/c47d153ca2444bf2a9493a74b853d040/i/d9367ad163804dafa87b02d5a485944b/1/5feFb8zhrk/Mobile%20Hero.png);
    }
}

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_e5a79923d12f44f28653e6d930f1e0c8 {
        padding-top: 160px;
        padding-bottom: 90px;
    }
    
    .blockWrap_e5a79923d12f44f28653e6d930f1e0c8 .contentTitle {
        font-size: 43px; 
    }
}

/* 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; 
    }
}

/*.gridView.cols1.oneColWdth3 .item{
    flex-direction: column-reverse;
    display: flex;
}

.block_fee92b47350d4222959bf583eb9f0f09 .itemImg {
    width: 650px;
    padding-top: 20px;
}*/
/* Video Styles */

.video-container {
  background: #24282f;
  color: white;
  text-align:center;
  padding: 150px 50px;
  margin-bottom:50px;
}

#iframe-container h1 {
    font-size: 32px;
    font-family: "Georgia", Sans, serif;
}

#iframe-container h3 {
    font-size: 20px;
}

/* Mobile Video Styles */

@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        font-size: 26px;
        font-family: "Georgia", Sans, serif;
    }
    
    #iframe-container h3 {
        font-size: 18px;
        font-family: "Futura", Book, sans-serif;
    }
    
    div#iframe-container {
        background-image: url(https://ibb.co/s9nr41vj);
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 100px 20px 100px 20px;
    }
}

/* End Video Styles */