/*
Theme Name:     Premiere Feed
Description:    a divi child theme
Author:         leetadmin
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px)
    and (device-width : 414px)
    and (device-height : 736px)
    and (orientation : portrait) 
    and (-webkit-min-device-pixel-ratio : 3) 
    and (-webkit-device-pixel-ratio : 3) {
        #slider_content .et_pb_slide_title {
            font-size: 26px !important;
    } 
            
        }
        