
/*--------------------------------------------------------------
# Rehersals
--------------------------------------------------------------*/

.picture-box  {
    margin-bottom: 3rem;
}

.rehersal-img {
    display: block;
    overflow: hidden;
}

.img_picture-box:hover img{
    transform: scale(1.3);
}

.img_picture-box {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img_picture-box img {
    transition: all 500ms;
}

.picture-box  {
    margin-bottom: 3rem;
}

.picture-img {
    display: block;
    overflow: hidden;
}

.img_picture-box:hover img{
    transform: scale(1.3);
}

.img_picture-box {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img_picture-box img {
    transition: all 500ms;
}

.swiper-pagination {
    margin-top: 20px;
    position: relative !important;
    background: transparent;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f5f5f7;
}

.swiper-slide img{
    width: 100%;
}

.picture-title h1{
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
}

video{
    width: 100%;
}

.video-title{
    position: relative;
    top: 6.5rem;
}

.making_of{
    margin-top: 3rem;
    margin-bottom:3rem;
}

@media  (max-width: 900px){
    .video-title{
        top: 0;
    }
}