.c-rossi {
    background-color: #114976;
}

.c-berta {
    background-color: #757f9b;
}

.c-camenisch {
    background-color: #7a3742;
}

.c-jaw {
    background-color: #007278;
}

.c-giacometti {
    background-color: #6d5975
}

.contenitore-main {
    position: relative;
    top: 120px;
}


.testo {
    display: flex;
    gap: 10px;
}

.h1 {
    width: 60%;
    font-size: 35px;
}

.testo-desc {
    font-size: 20px;
    width: 500px;
    padding-top: 20px;
}

.gallery {
    padding-top: 30px;

}

.contenitoreBottoni {
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.videoCard {
    width: 235px;
    height: 350px;
    display: flex;
    position: relative;
    box-sizing: unset;
    border-radius: 10px;
    overflow: hidden;
}

.video-item {
    width: 250px;
    height: 350px;
    position: relative;
}

.videoCard img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;

}

.videoCard img:hover {
    transform: scale(105%);
    transition-duration: 2s;
    box-shadow: 0px 0px 15px white;
}

.videoCard .playBottone {
    position: absolute;
    bottom: 0px;
    height: 50%;
    /*background-image: linear-gradient(rgba(255, 255, 255, 0),rgba(26, 26, 26, 0.8));
    border-radius: 5px;*/
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}


.videoBottone {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5))(rgba(0, 0, 0, 0.1));

}

.modal-body-p {
    display: flex !important;
    justify-content: center;
    height: 50vh;
}


.video video {
    height: 100%;
}


.bottoneNext {
    border: none;
    background: none;
    position: absolute;
    right: 15px;
    top: 50%;
    border: 2px solid #868686;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.bottonePrev {
    border: none;
    background: none;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: rotate(180deg);
    border: 2px solid #868686;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

@media screen and (max-width:1440px) {
    .h1 {
        width: 45%;
        font-size: 45px;
    }

    .testo-desc {
        font-size: 20px;
        width: 51%;
    }

    .videoCard {
        width: 207px;
    }

    .playBottone {
        width: 207px;
        font-size: 20px;
    }

    .modal-body-p {
        height: 80vh;
    }
}

@media screen and (max-width:1200px) {
    .modal-body-p {
        height: 70vh;
    }

    .contenitore-main {
        top: 90px;
    }

    .h1 {
        font-size: 25px;
        width: 50%;
    }

    .testo-desc {
        font-size: 20px;
        width: 51%;
    }

    .videoCard {
        width: 170px;
        height: 300px;
    }

    .contenitoreBottoni {
        gap: 10px;
    }

    .playBottone {
        width: 170px;
        font-size: 18px;
    }
}

@media screen and (max-width:990px) {
    .modal-body-p {
        height: 70vh;
    }

    .video video {
        width: 100%;
    }

    .contenitore-main {
        top: 100px;
    }

    .h1 {
        font-size: 22px;
        width: 60%;

    }

    .testo-desc {
        font-size: 18px;
        width: 60%;
    }

    .videoCard {
        width: 207px;
    }

    .videoCard .playBottone {
        width: 207px;
    }

    .contenitoreBottoni {
        gap: 15px;
        justify-content: flex-start;
    }

}

@media screen and (max-width:747px) {
    .contenitore-main {
        top: 100px;
    }

    .h1 {
        font-size: 25px;
        width: 60%;

    }

    .testo-desc {
        font-size: 18px;
        width: 70%;
    }

    .videoCard {
        width: 207px;
    }

    .videoCard .playBottone {
        width: 207px;
    }

    .contenitoreBottoni {
        gap: 15px;
        justify-content: flex-start;
    }

    .contenitore-main {
        position: relative;
        top: 100px;
    }

}

@media screen and (max-width:520px) {
    .h1 {
        font-size: 25px;
        width: 60%;

    }

    .testo-desc {
        font-size: 18px;
        width: 80%;
        padding-top: 10px;
    }

    .videoCard {
        /*width: 205px; COMMENTATO CHIARA*/
        width: 190px;
    }

    .playBottone {
        width: 205px;
    }

    .videoCard .playBottone {
        gap: 15px;
        justify-content: flex-start;
    }

    .contenitore-main {
        position: relative;
        top: 100px;
    }

    .remove {
        /*AGGIUNTO CHIARA*/
        display: none !important;
        visibility: hidden;
    }
}

@media screen and (max-width:420px) {
    .h1 {
        font-size: 20px;
        width: 100%;

    }

    .testo-desc {
        font-size: 16px;
        width: 100%;
    }

    .videoCard {
        /*width: 175px; COMMENTATO CHIARA*/

        width: inherit; /*AGGIUNTO CHIARA*/
    }

    .videoCard .playBottone {
        /*width: 175px; COMMENTATO CHIARA*/
        width: inherit; /*AGGIUNTO CHIARA*/
        height: 55%; /*AGGIUNTO CHIARA*/
    }

    .contenitoreBottoni {
        gap: 15px;
        justify-content: flex-start;
    }

    .remove {
        /*AGGIUNTO CHIARA*/
        display: none !important;
        visibility: hidden;
    }
}