*, ::after, ::before {
   
    text-transform: none!important;
}

.custom-slider-container:before {
    content: '';
    position: absolute;
    background-color: #fafafc;
    top: -75px;
    width: 200%;
    z-index: 21;
    height: 75px;
    transform: none;
}

@media only screen and (max-width: 600px) {
.mobil-logo {
        width: 100%!important;
}
}
