/* css for the video was copied from
http://avexdesigns.com/responsive-youtube-embed/ */

.video-container-home,
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 30px; */
    height: 0; 
    overflow: hidden;
    margin: 0;
}
 
.video-container-home iframe,
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*styling the note for the video*/
.video-note {
    font-weight: 600;
	color: #f4f4f4; 
    background-color: rgb(178, 175, 167);
	padding: 0 0;
    margin: 0 0 1rem 0;
}

.video-note span {
    font-weight: 300;
    font-style: italic;
}

@media screen and (min-width: 361px) {
    
    .video-container {
        margin: 0 0.5rem;
    }
    .video-note {
        padding: 0 1rem;
        margin: 0 0.5rem 1rem 0.5rem;
    }

    /*.video-container-home { margin: 0.7rem 0.5rem 0; }*/

}