/*
 Theme Name:   Divi Child Plus
 Theme URI:    /divi-child-plus/
 Description:  A modified child theme of Divi
 Author:       Web Wizards
 Author URI:   https://webwizards.ca/
 Template:     Divi
 Version:      1.2.1
 Tags:         responsive-layout, accessibility-ready
 Text Domain:  divi-child-plus
*/

@import "modified.css";


@media all and (min-width: 1024px){
 .n2-section-smartslider.fitvidsignore.n2_clear {
    width: 800px!important;
}
}

@media all and (min-width: 768px) and (max-width: 1023px) {
 .n2-section-smartslider.fitvidsignore.n2_clear {
    width: 700px!important;
}
}

@media all and (max-width: 767px) {
 .n2-section-smartslider.fitvidsignore.n2_clear {
    width: 300px!important;
}
}
 