/* 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; 
    }
}


/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_d3ff5e0fc2d04dc09c5070fd08f3dba8 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_d3ff5e0fc2d04dc09c5070fd08f3dba8 > .item {
	display: flex;
	flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_a441eb8d857549af91ef32b9c0eea8c4 {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_a441eb8d857549af91ef32b9c0eea8c4 > .item {
   display: flex;
   flex-direction: column;
}

/*Targets the parent container of buy tickets page*/
.items_ee570e91c67c4262a5a6228612ea4bca {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   min-height: 100%;
}
/*Targets the child flex items*/
.items_ee570e91c67c4262a5a6228612ea4bca > .item {
   display: flex;
   flex-direction: column;
}


/* Video Styles */

.video-container {
  background: #24282f;
  color: white;
  text-align:center;
  padding: 350px 50px;
  margin-bottom:0px;
}

#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/dea0b7f82f2d4f45abcf7a7057cfacd7/i/e4516cbd0d8c4d81aa94ef15109e6816/1/5feFb8zhrk/Hero.jpg);
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 200px 20px 200px 20px;
    }
}

/* End Video Styles */