
@media (min-width: 1351px) {
    body:not(.vc_editor) #pp-diagonal-slider .nectar-fancy-box[data-style=hover_desc]{
        min-height: 750px!important;
        margin-top: -70px;
    }

    body:not(.vc_editor) #pp-diagonal-slider .nectar-fancy-box[data-style=hover_desc] .box-bg {
            /* transform: rotate(-19deg) scale(1.3) !important;  */
            transform: rotate(-25deg) scale(1.4) !important; 
    }
    
    body:not(.vc_editor) #pp-diagonal-slider .inner-wrap {
        transform: rotate(25deg);
        position: relative;
        top: -107px;
        border: 11px solid white;
    }
    
    body:not(.vc_editor) #pp-diagonal-slider .flickity-viewport {
        max-height: 280px !important; 
    }

    body:not(.vc_editor) #pp-diagonal-slider {background:lightgray;}
    
    body:not(.vc_editor) #pp-diagonal-slider .inner {
        transform: rotate(-25deg) scale(.7)!important;
        position: relative !important;
        top: -150px;
    }
}
@media (max-width: 1350px) {
    body:not(.vc_editor) .nectar-fancy-box[data-style=hover_desc] .hover-content {
        opacity: 1!important;
        transform: translateY(0px)!important;
    }
}