.ajax-container .fa-expand{
    display: none;
}
.ajax-web .fa-expand{
    position: absolute;
    right: 0px;
    display: block;
    color: black;
}
.ajax-web .carousel-container {
    position: relative;
    display: flex;
    justify-content: center;
}
.ajax-web .carousel-container:before {
    content: "";
    position: absolute;
    width: 1020px;
    height: 590px;
    z-index: 3;
    top: 0;
    background: url(/assets/partials/macbook.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 1020px){
    .ajax-web .carousel-container:before {
        background:unset;
        z-index: 0;
    }
}
.ajax-web .owl-carousel.owl-theme.single-slideshow.owl-loaded.owl-drag{
    margin-top: 35px;
    margin-bottom: 100px;
}
.ajax-web .owl-item .item {
    height: 463px;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.ajax-web .owl-carousel .owl-item img{
    width: 755px;
    margin-left: 2px;
    object-fit: cover;
    object-position: top;
}


/********************mobile**********/
.ajax-mobile .carousel-container {
    position: relative;
    display: flex;
    justify-content: center;
}
.ajax-mobile .carousel-container:before {
    content: "";
    position: absolute;
    width: 350px;
    height: 703px;
    z-index: 3;
    top: 0;
    background: url(/assets/partials/iphone.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.ajax-mobile .owl-carousel.owl-theme.single-slideshow.owl-loaded.owl-drag{
    margin-top: 16px;
    margin-bottom: 100px;
}
.ajax-mobile .owl-item .item {
    height: 675px;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
}   
.ajax-mobile .owl-carousel .owl-item img{
    width: 310px;
}
.ajax-mobile .owl-carousel .owl-item.min-active img{
    width: 300px;
} 
.ajax-mobile .owl-carousel .owl-item.high-active img{
    width: 310px;
}