/* Equalize Simple List Blocks*/

.items_bce1dcc142fa4e2c891fcc68c8821718 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_bce1dcc142fa4e2c891fcc68c8821718 > .item {
	display: flex;
	flex-direction: column;
}

/* Video Styles */

.video-container {
  background: #ffffff;
  color: white;
  text-align:center;
  padding: 393px 50px;
  margin-bottom:0px;
}

#iframe-container h1 {
    font-size: 72px;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, .33);
}

#iframe-container h3 {
    font-size: 46px;
    text-transform: capitalize!important;
    font-weight: 500;
    margin-top: -20px;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .33);
}

#iframe-container {
    transition: all 1.5s ease 1.5s;
}

/* Mobile Video Styles */

@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        font-size: 36px;
        color: #00406b;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
    }
    
    #iframe-container h3 {
        font-size: 20px;
        color: #00406b;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
    }
    
    div#iframe-container {
        background-image: url('https://static.mywebsites360.com/ba0284cfd9c341d999538602e764b1ca/i/a5361af5cc0a49649cb603aa2964f315/1/5feFb8zhrk/6Website%20Background%201.jpg');
        background-size: cover;
        background-position: center top;
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 150px 20px 75px 20px;
    }
}

/* End Video Styles */