/* 
 Theme Name:     Divi child theme   
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 

@import url("../Divi/style.css"); 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.jeffrey, .say-lou-lou, .film-ban, .papa-vs-pretty, .alex-dray, .mariam {
     float:left;     width: 16.66%;
}

@media only screen and (max-width: 600px) {
.jeffrey, .say-lou-lou, .film-ban, .papa-vs-pretty, .alex-dray, .mariam { 
   width: 50% !important; 
} 
}/*** END 600px CSS ***/ 
@media only screen and (max-width: 414px) {
.jeffrey, .say-lou-lou, .film-ban, .papa-vs-pretty, .alex-dray, .mariam {
   width: 100% !important; 
} 
}/*** END 414px CSS ***/