.fotorama__nav-wrap {
    margin-top: 20px;
}

.fotorama__thumb-border {
    border-color: #0086cd!important;
}

.fotorama__arr, .fotorama__fullscreen-icon{
    background: unset!important;
    font-size: 30px;
    color: #0086cd;
    font-family: "Font Awesome 5 Pro"!important;
    font-weight: 300;
}

.fotorama__arr--prev::before {
    content: "\f053";
}

.fotorama__arr--next::before {
    content: "\f054";
}

.fotorama__thumb {
    background-color: #fff!important;
}

.fotorama__thumb img {
    padding: 10px!important;
}
.fotorama--fullscreen {
    background: rgba(0,0,0,0.9)!important;
}

.fotorama__fullscreen-icon::before {
    content: "\f424";
}

.fotorama--fullscreen .fotorama__fullscreen-icon::before {
    content: "\f422";
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
    background: transparent!important;
}

.fotorama--fullscreen .fotorama__stage__frame img {
    background-color: #fff;
}

@media only screen and (max-width: 640px) {
    .fotorama {
        margin-top:100px;
    }
}