.party-photo-gallery{
    padding-top: 18px;
}
.party-photo-gallery .slides .swiper-slide{
    width: 258px;
    height: 149px; 
}

.party-photo-gallery .slides .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.party-photo-gallery .slides .swiper-container{
    margin: 0 60px;
}

.party-photo-gallery .photos{
    width: calc(100% - 60px * 2);
    margin: 0 auto;
    margin-bottom: 32px;
    margin-top: 66px;
}

.party-photo-gallery .photo{
    position: relative;
    padding-bottom: 51.2%;
}


.party-photo-gallery .photos .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.party-photo-gallery .slides{
    position: relative;
    margin-top: 32px;
}

.party-photo-gallery .swiper-button-prev:after{
    transform: rotate(180deg);
}

.party-photo-gallery .swiper-button-prev, .party-photo-gallery .swiper-button-next{
    margin: 0;
    transform: translateY(-50%);
}

.party-photo-gallery .swiper-button-prev{
    left: 0;
}

.party-photo-gallery .swiper-button-next{
    right: 0;
}

.party-photo-gallery .swiper-button-next, .party-photo-gallery .swiper-button-prev{
    width: 36px;
    height: 36px;
}

.party-photo-gallery .swiper-button-next:after, .party-photo-gallery .swiper-button-prev:after{
    content: "";
    background-image: url(../.././images/Arrow.png);
    width: 100%;
    height: 100%;
    background-size: contain;
}

.party-photo-gallery .swiper-button-prev:after{
    transform: rotate(180deg);
}

.party-photo-gallery .swiper-button-prev.swiper-button-disabled:after{
    background-image: url(../.././images/Arrow-disable.png);
    transform: rotate(0);
}

.party-photo-gallery .swiper-button-next.swiper-button-disabled:after{
    background-image: url(../.././images/Arrow-disable.png);
    transform: rotate(180deg);
}

.party-photo-gallery .title{
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    text-align: center;
}

.party-photo-gallery .title.mobile{
    display: none;
}

.party-photo-gallery .description{
    text-align: center;
    color: #8E8E8E;
    font-size: 20px;
}

@media(max-width: 991.98px){
    .party-photo-gallery .slides .swiper-slide{
        height: 100px;
    }
}


@media(max-width: 767.98px){

    .party-photo-gallery .title{
        display: none;
    }
    
    .party-photo-gallery .title.mobile{
        display: block;
    }
    
    .party-photo-gallery{
        display: flex;
        flex-direction: column;
    }
    .party-photo-gallery .photos{
        display: none;
    }

    .party-photo-gallery .description{
        order: 2;
    }

    .party-photo-gallery .slides{
        order: 1;
        margin-top: 98px;
        margin-bottom: 44px;
    }
    .party-photo-gallery .swiper-button-next, .party-photo-gallery .swiper-button-prev{
        display: none;
    }

    .party-photo-gallery .swiper-container{
        margin: 0;
        overflow: visible;
    }
    .party-photo-gallery .slides .swiper-slide{
        width: 100%;
        height: 100%;
    }
    .party-photo-gallery .slides .swiper-slide img{
        height: 356px;
    }

    .party-photo-gallery{
        padding: 0 33px;
        margin-top: 70px;
    }

    .party-photo-gallery .title{
        margin: 0 auto;
    }

    .party-photo-gallery .slides .swiper-container{
        margin: 0;
    }
}

@media(max-width: 575.98px){
    .party-photo-gallery{
        padding: 0 33px;
        margin-top: 40px;
    }
  
    .party-photo-gallery .slides{
        margin: 40px 0;
    }
    
    .party-photo-gallery .slides .swiper-slide img{
        height: 200px;
    }

}