@media only screen and (max-width: 767px) {
    div.blockWrap_e0f2e8852787494684c7018ab2e91aaa .blockImg{
        margin-top:-5px !important;
        }
/* 2 Column Simple List in Mobile */
     .items_cd5a69def63249e2bf915fcd40553502 .item {
        width: 20%;
        float: left;
        padding:0;
    }
}
/* Popup Styles */

.dismiss{
    cursor: pointer;
}


/* Equalize Simple List Blocks*/

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

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

/* Video Styles */

.video-container {
  background: url(https://static.mywebsites360.com/b6c64b05e57d4790a3beecf2f8098919/i/a866a9ebd1664ffb9844f24163490591/1/5feFb8zhrk/M37911%20-%20Black%20Business%20Association%20of%20Memphis%20-%20SMM%20Posts%20%25287%2529.jpg);
  color: white;
  text-align:center;
  padding: 150px 50px;

}

#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/b6c64b05e57d4790a3beecf2f8098919/i/bf6d2490043744eb92a2e322a9e60603/1/5feFb8zhrk/BCOM%20QUARTERLY%20MIXER%20Celebrating%20the%20Legacy%20of%20the%20Negro%20Leagues.jpg);
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 100px 20px 100px 20px;
    }
}

/* End Video Styles */