/*MV iphone 5 fix*/@media only screen and (max-width: 359px) {
.single-content-wrap {
    padding-left: 10px !important;
    padding-right: 10px !important;
    }
    }
    /*MV iphone 5 fix - END*/
    
    /*Mediavine Sidebar Fix*/
    @media only screen and (min-width: 1024px) {
    .site-content {
    max-width: calc(100% - 360px) !important;
    }
    #secondary {
    min-width: 300px !important;
    }
    }
    @media only screen and (max-width: 768px) {
    .site-content {
    width: 100% !important;
    }
    #secondary {
    float: none !important;
    }
}
/*Mediavine Sidebar Fix - END*/