/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.4.8.1593556911
Updated: 2020-07-01 01:41:51

*/

@media (max-width: 736px){ 
    .et_pb_salvattore_content .size-1of2{
        width: 100%;
    }
    .et_pb_post .entry-content h2,
    .et_pb_blog_grid .entry-content h2{
        font-size: 1.2em;
        line-height: 1.4em;
    }
    .entry-content p.custom_caption{
        font-size: 0.6em;
    }
}
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
{ 
    .et_pb_post .entry-content h2,
    .et_pb_blog_grid .entry-content h2{
        font-size: 1.2em;
        line-height: 1.4em;
    }
    .entry-content p.custom_caption{
        font-size: 0.6em;
    }
}