/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/

@import url("../Divi/style.css");

.home .et_pb_video_box{
	max-height: 500px;
    text-align: center;
    overflow: hidden;
}

.home .et_pb_video_box video {
    width: auto!important;
    height: 100%!important;
}

/* Responsive */
@media screen and (max-width: 980px) {
	body #section-about{
		background-size: contain;
		background-position: top;
	}
}