
@media screen and (min-width: 1130px) {
    .zetta-section{
        background: url('../images/zetta/zettabackground.png') center center;
    }
    .zetta-section.dir-ltr{
        background: url('../images/zetta/zettaBackgroundLtr.png') center center;
    }
}


@media screen and (max-width: 1130px) {
    .zetta-section{
        background: url('../images/zetta/zettabackground2.png') center center;
    }
}

@media screen and (max-width: 812px) {
    .zetta-section{
        background: url('../images/zetta/zettabackground3.png') center center;
    }
}

.section{
    background: url('../images/zetta/zettabackground3.png') center center;
}

.dir-rtl{
    direction: rtl !important;
}