/************************ HOME BEGIN ************************/
#main-content .home .title h1 {
    font-size: 66px;
}

#main-content .home .image-container-wrapper {
    position: relative;
}

#main-content .home .image-container-wrapper .image-container {
    background: url("../images/ritratto_ritagliato.png") no-repeat center center;
    background-size: contain;
    height: 800px;
    position: absolute;
    top: -65px;
    width: 100%;
}

#main-content .home .sub-title {
    text-align: center;
}
#main-content .home .video-container {
    height: 300px;
    width: 80%;
    margin: 0 auto;
}
#main-content .home .box-shadow-container {
    margin: 180px auto;
}
/************************ HOME END ************************/

@media (max-width: 991px) {
    #main-content .home .image-container-wrapper .image-container {
        position: static;
    }

    #main-content .home .box-shadow-container {
        margin: 0;
    }
}
