.famous {
    width: 100%;
    position: relative;
}

.famous-slide {
}

.famous .section-arrows.is-right {
    margin-top: -50px;
    padding: 5px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.famous .section-arrows.is-right .swiper-famous-prev,
.famous .section-arrows.is-right .swiper-famous-next {
    border-radius: 4px;
    background-color: rgba(255,255,255,0.5);
}

@media (min-width: 768px) {
    .famous .section-arrows.is-right {
        margin-top: 0;
        padding: 0;
        top: 3px;
        right: 0;
        width: 106px;
    }

}

@media (min-width: 1025px) {
    .famous .section-arrows.is-right {
        right: 69px;
    }
}
