Untitled

 avatar
unknown
plain_text
2 years ago
3.1 kB
4
Indexable
V1:


.egSliderWrapper {
    margin-bottom: 70px;
    max-width: 100%;
    margin-inline: auto;
}

.egHeading h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 45px;
}

.egSliderWrapper .owl-stage {
    align-items: center;
    display: flex;
    justify-content: center;
}

/* .egSliderWrapper .owl-nav.disabled {
    display: none;
} */

.egLogos.owl-drag {
    padding: 0 64px;
    position: relative;
    width: 100%;
    z-index: 1;
    display: block;
    max-width: 1165px;
    margin-inline: auto;
}

.egSliderWrapper .owl-stage-outer {
    overflow: hidden;
    cursor: pointer;
}

.egSliderWrapper img {
    display: block;
    width: 95%;
    height: 55px;
    object-fit: contain;
    margin: 0 !important;
}

html .logo-container {
    display: flex;
    justify-content: center;
    /* margin-inline: 42px !important; */
}

html body .egLogos .owl-item {
    max-width: 209.6px;
    width: 100% !important;
    padding-inline: 30px;
}

html body .s-hero._competitor {
    margin-bottom: 54px;
}

@media screen and (max-width : 767px) {
    .egSliderWrapper {
        display: none !important;
    }
}

html body img.egSiemns {
    width: 107px !important;
}

button.owl-prev {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    background: transparent;
    font-size: 40px;
    border: none;
}

button.owl-next {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    background: transparent;
    font-size: 40px;
    border: none;
}



V2:

.egSliderWrapper {
    margin-bottom: 70px;
    max-width: 100%;
    margin-inline: auto;
}

.egHeading h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 45px;
}

.egSliderWrapper .owl-stage {
    align-items: center;
    display: flex;
    justify-content: center;
}

.egLogos.owl-drag {
    padding: 0 64px;
    position: relative;
    width: 100%;
    z-index: 1;
    display: block;
    max-width: 1165px;
    margin-inline: auto;
}

.egSliderWrapper .owl-stage-outer {
    overflow: hidden;
    cursor: pointer;
}

.egSliderWrapper img {
    display: block;
    width: 95%;
    height: 55px;
    object-fit: contain;
    margin: 0 !important;
}

html .logo-container {
    display: flex;
    justify-content: center;
    /* margin-inline: 42px !important; */
}

html body .egLogos .owl-item {
    max-width: 209.6px;
    width: 100% !important;
    padding-inline: 30px;
}

html body .s-hero._competitor {
    margin-bottom: 54px;
}

@media screen and (max-width : 767px) {
    .egSliderWrapper {
        display: none !important;
    }
}

html body img.egSiemns {
    width: 107px !important;
}





button.owl-prev {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    background: transparent;
    font-size: 40px;
    border: none;
}

button.owl-next {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    background: transparent;
    font-size: 40px;
    border: none;
}
Editor is loading...