@media (min-width: 1200px) {
    .screenshot-slide-section {
        min-height: 860px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }  
    .screenshot-slide-section.landscape {
        min-height: 575px;
    }   
    .screenshot-slide-section.laptop {
        min-height: 450px;
    }   
    .screenshot-slide-section .slide-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }   
    .screenshot-slide-section .container-fluid {
        padding-right: 0;
    }
    .screenshot-content {
        max-width: 452px;
        margin-right: 175px;
    } 
    .screenshot-slide-section .slide-wrapper {
        position: relative;
        z-index: 2;
        margin-left: -92px;
    }
    .screenshot-slide-section.landscape .slide-wrapper .mobile-frame {
        position: absolute;
        top: -26.7px;
        left: -70px;
    }
    .screenshot-slide-section.laptop .slide-wrapper .mobile-frame {
        position: absolute;
        top: -26.7px;
        left: -70px;
    }
    .screenshot-slide-section.portrait .slide-wrapper .mobile-frame {
        position: absolute;
        top: -68.7px;
        left: -20px;
    }
    .screenshot-slide-section.laptop .slide-wrapper .mobile-frame img {
        -webkit-transform: inherit;
            -ms-transform: inherit;
                transform: inherit;
    }
    .screenshot-slide-section .slide-wrapper .mobile-frame img {
        -webkit-transform: scale3d(1, .98, 1);
                transform: scale3d(1, .98, 1);
    }
    .screenshot-slide-section .frame-bg {
        position: absolute;
        width: 100%;
        height: 2000px;
        background: #000;
        top: -110%;
        z-index: 1;
        left: 0;

    }

}
@media (max-width: 1199.98px) {
    .screenshot-slide-section {
        padding: 100px 0;
    } 
    .screenshot-slide-section .slide-wrapper .mobile-frame,
    .screenshot-slide-section .frame-bg
    {
        display: none;
    }

}
.screenshot-slide-section {
    padding: 100px 0;
    overflow: hidden;
} 

.screenshot-content {
    margin-top: 60px;
    text-align: right;
}
.screenshot-content .slide-nav i {
    font-size: 36px;
    margin-top: 0px;
    cursor: pointer;
}
.screenshot-content .slide-nav i.fa-long-arrow-left {
    margin-right: 20px;
}
.screenshot-content .slide-nav i.fa-long-arrow-right {
    margin-left: 20px;
}
.screenshot-content .slide-nav span.pagingInfo {
    display: inline-block;
    font-size: 25px;
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}
.screenshot-slide-section .slick-slider {
    overflow: hidden;
}

.screenshot-slides .slick-slide{
    margin-left:  70px;
}
.screenshot-slides .slick-slide img {
    -webkit-transition: transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
       transition-delay: 0.5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}
.screenshot-slides .slick-slide:not(.slick-current) img {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
        transform: scale(0.85);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
       transition-delay: 0s;
    cursor: -webkit-grab;
    cursor: grab;

}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .screenshot-slide-section.landscape {
        min-height: 475px;
     }
}