.fotorama-picture .fotorama__nav--dots {
    position: absolute;
    bottom: 80px;
    left: auto;
    right: 90px;
    width: auto !important;
    text-align: right;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fotorama-picture .fotorama__nav--dots .fotorama__nav__frame {
    width: auto;
    height: auto;
}

.fotorama-picture .fotorama__dot {
    margin: 0 5px;
    border: 0;
    border-radius: 0;
    position: static;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('../../assets/img/mhk-dot.svg') 50% 50% no-repeat;
}

.fotorama-picture .fotorama__nav__frame.fotorama__active .fotorama__dot {
    z-index: 999;
    width: 10px;
    height: 10px;
    background: url('../../assets/img/mhk-doton.svg') 50% 50% no-repeat;
}

.fotorama-picture .fotorama__nav--thumbs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.fotorama-picture .fotorama__arr--prev,
.fotorama-picture .fotorama__arr--next {
    margin-top: -14px;
    top: 50%;
    width: 15px;
    height: 28px;
}

.fotorama-picture .fotorama__arr--prev {
    left: 20px;
    background: url('../../assets/img/slider-back.png') 50% 0 no-repeat;
}

.fotorama-picture .fotorama__arr--next {
    right: 20px;
    background: url('../../assets/img/slider-next.png') 50% 0 no-repeat;
}

.fotorama-picture .fotorama__arr--prev:hover {
    transition: background .2s linear;
    background: url('../../assets/img/slider-back.png') 50% 100% no-repeat;
}

.fotorama-picture .fotorama__arr--next:hover {
    transition: background .2s linear;
    background: url('../../assets/img/slider-next.png') 50% 100% no-repeat;
}

.fotorama-picture .fotorama__arr--disabled {
    opacity: 1;
    background-position: 0 0;
}

.l-main--mainBanner .fotorama__stage {
    border-radius: 5px;
}