/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

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

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

/* Change item class here */
.items_c7cf5e506ebe4e31b30c3aaf470d9140 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_c7cf5e506ebe4e31b30c3aaf470d9140 > .item p {
    margin-bottom: 20px;
}
/* Video Styles */

.video-container {
  background: #FFFFFF;
  color: white;
  text-align:center;
  padding: 300px 200px;
}

#iframe-container h1 {
    font-size: 52px;
    color: white;
}

#iframe-container h3 {
    font-size: 30px;
}

#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;
    }
    
    #iframe-container h3 {
        font-size: 20px;
    }
    
    .blockWrap_dd78b59ffea64e4da0583b90e32c44d1 img {
    width: 75% ;
    height: auto ;
    }
    
    div#iframe-container {
        background-image: url(https://static.mywebsites360.com/c8e7e1699c6d46ee86b58b26c495ed12/i/b8221881c939428c8cdbe30d7c6747e4/2/GCuCv726gZycFxatRFZ6HA/Mobile%20Header%20-%20Boxzr.png)
        ;
        background-position: center bottom;

    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 100px 20px 100px 20px;
    }
}

/* End Video Styles */