#wrapper { 
    width: 920px; 
    height: auto; 
	margin: 0 auto;

} 
#home1 { 
    width: 47.5%; 
    height: 300px; 
    float: left; 
    margin-right: 2%;
} 

#home2 { 
    width: 47.5%; 
    height: 300px; 
    float: left; 
}

.clear{
    clear: both;
}

@media (max-width:767px) {
    #wrapper{
        width: 100%;
        height: auto;
    }
    #home1 {
        width: 100%;
        height: auto;
        float: none;
    }
    #home2 {
        width: 100%;
        height: auto;
        float: none;
    }
}

.video-container {
	display: flex;
	justify-content: center;
	align-items: center;
}