/* 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; 
    }
}

/* 2 Column Form */
@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: left;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols2 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols4 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Button Padding */
.button {
    padding: 10px 20px;
}



/* Video Styles */

.video-container {
  background: #24282f;
  color: white;
  text-align:center;
  padding: 300px 50px;
  margin-bottom:0px;
}

#iframe-container h1 {
    font-size: 57px;
    color: #fff;
    font-family: adobegaramondprosemibold, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 1;
}

#iframe-container h3 {
    color: #c6ae9c;
    font-size: 30px;
    text-transform: uppercase;
    font-family: adobegaramondpro, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    padding-top: 6px;
    line-height: 1.1;
    margin-top: -55px;
        
    }

/* Mobile Video Styles */

@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        font-size: 34px;
    }
    
    #iframe-container h3 {
        font-size: 25px;
    }
    
    div#iframe-container {
        background-image: url(https://static.mywebsites360.com/a88080ea2c894d7394a3c9aba2d6ae7c/i/a12f2a7667814b4689f879f149a05694/1/GCuCv726gZycFxatRCb7iU/M314048%20-%20Art%20of%20the%20Heart%20Tattoo%20-%20Mobile%20BG.jpg);
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 100px 20px 100px 20px;
    }
}

/* End Video Styles */