@media (min-width: 576px) {
    .img-box-side
    {
        width: 409px !important;
    }
}

@media (min-width: 992px) {
    .img-box-full
    {
        width:950px !important;
    }
}

.zone-system > div {
    width: 5.94rem;
    padding: 0 0.5rem;
    height: 5rem;
    display: inline-grid;
}

.dir-rtl .zone-system > div:first-child,
.dir-ltr .zone-system > div:last-child
{
    margin-right: 0.3rem;
}

.dir-rtl .zone-system > div:last-child,
.dir-ltr .zone-system > div:first-child
{
    margin-left: 0.3rem;
}

.owl-slider-full-width-project{
    transition: all 0.5s;
}

@media (max-width: 768px) {
    .zone-system {
        overflow-x: scroll;
    }
}

.project-img-in-original-size .owl-stage{
    align-items: center;
}