@media screen and (max-width: 525px){
    .header {
        display: flex;
        align-items: center;
    }
    .brand{
        width: 150px;
        height: 50px;
    }
    .main-navbar {
        display: none;
    }
    .wins {
        display: none;
    }
    .auth {
        display: none;
    }
    .slider-content{
        max-width: none;
    }
    .swiper-slide img {
        height: 100%;
        object-fit: cover;
    }
    .jackpot-win__title{
        font-size: 14px;
    }
    .jackpot-win__value{
        font-size: 26px;
    }
    .jackpots-items{
        display: none;
    }
    .slot-item{
        max-width: 150px;
    }
}
@media screen and (max-width: 395px){
  
    .slot-item {
        max-width: 140px;
    }
}
@media screen and (max-width: 325px){
    .jackpot-win__title{
        font-size: 12px;
    }
    .jackpot-win__value{
        font-size: 20px;
    }
    .slot-item {
        max-width: 120px;
    }
}