.button {padding: 10px 50px;}

/* Video Styles */

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

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

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

/* Mobile Video Styles */

@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        font-size: 30px;
    }
    
    #iframe-container h3 {
        font-size: 18px;
    }
    
    div#iframe-container {
        background-image: url(https://static.mywebsites360.com/dbe986b7c5c9413fbda96056952cfd25/i/b7642cd458e6497ebd794e38d32c6887/1/GCuCv726gZycFxatRJX4qr/screen2233.jpg);
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 100px 20px 100px 20px;
    }
}

/* End Video Styles */




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

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

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

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

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

/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    div.blockWrap_b2727b5b01d04aeb88d7fbc7dc9781ae {
        background-image: url(https://static.mywebsites360.com/dbe986b7c5c9413fbda96056952cfd25/i/ddb8e8a83688488ba7e7ce014cf466da/1/GCuCv726gZycFxatRJX4qr/Mobile%20Hero.jpg);
    }
}