@media (max-width: 767px) {
    .banner.banner-desktop {
        display: none;
    }
    .sticky-desktop{
      display: none;
    }

    .sticky-mobile{
        position: relative;
        z-index: 1000;
    }
}
@media (min-width: 768px) {
    .banner.banner-mobile {
        display: none;
    }

    .sticky-mobile {
        display:none;
    }

    .sticky-desktop{
        position: relative;
        z-index: 1000;
    }
}

.big-banner.banner-left a img{
    max-width: unset;
}
.big-banner.banner-right a img{
    max-width: unset;
}

.copy-protection {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
