/*
 Theme Name:     Divi Child for Equivox
 Theme URI:      https://www.equivox.com
 Description:    Equivox Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.equivox.com
 Template:       Divi
 Version:        1.0.0
*/


/* Theme customization starts here */
video{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.deskvideo{
	display: block;
}
.mobvideo{
	display: none;
}
.mobile,#footer-bottom {
    display: none;
}

@media only screen and ( max-width: 1280px) {
}

@media only screen and ( max-width: 980px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: inline-block;
    }
}

@media only screen and ( max-width: 768px) {
	.deskvideo{
	display: none;
	}
	.mobvideo{
	display: block;
	}
}

@media only screen and ( max-width: 480px) {
}

@media only screen and ( max-width: 320px) {
}