
#terno-lab .videoSlider {
    height: calc(100vh - 120px) !important;
    max-height: calc(100vh - 120px) !important;
}

#terno-lab .scrollDown {
    position: absolute;
    bottom:  10px;
    left: calc(50% - 12px);
}

#terno-lab .scrollDown img {
    width: auto!important;
}

#terno-lab .mtop40 {
    margin-top: 40px;
}
#terno-lab .grkSlider ul li.current .flex img {
    width: auto!important;
    height: auto;
}

#terno-lab .intro  {
    flex-direction: column;
}
#terno-lab .intro .institutional {
    padding: 50px 0 0 0;
    align-items: flex-start
}

#terno-lab .intro img:nth-child(2) {
    margin-top: 40px;
}

#terno-lab .come-funziona {
    text-align: left;
}

#terno-lab h1, #terno-lab h2, #terno-lab h3 {
    font-size: 36px;
    line-height:  40px;
    border-bottom: 2px solid #D6001C;
}

#terno-lab h3 {
    margin-bottom: 25px;
}

#terno-lab .institutional {
    padding: 1% 0;
}

#terno-lab .institutional.flex .six:last-child {
    width: 50%;
}

#terno-lab .caption-lab {
    position: absolute;
    right: 20px;
    bottom: 25px;
    color: #FFFFFF;
    background-color: #c10e1a;
    padding: 20px;
    font-size: 13px;
    z-index: 10;
    text-align: right;
}

#terno-lab .caption-lab hr {
    width: 100%;
    margin: 5px 0;
}

#terno-lab .two-columns p {
    column-count: 2;
    margin: 30px 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* MEDIA QUERY ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */

@media all and (max-width: 1023px) {

    #terno-lab .grkSlider.videoSlider {
        height: 85vw !important;
        max-height: 85vw !important;
        padding-bottom: 0;
    }

    #terno-lab .grkSlider ul li {
        max-height: 100%;
    }

    #terno-lab .grkSlider.videoSlider .flex {
        height: 100% !important;
        display: flex;
    }
    #terno-lab .play img {
        width: 100px !important;
        height: auto;
    }
    #terno-lab .grkSlider.videoSlider ul li.current img {
        transform: translateY(0px);
        max-width: 100%;
        margin-bottom: 0;
    }
    #terno-lab .mtop40 {
        margin-top: 60px;
    }
    #terno-lab .institutional.flex .six:last-child {
        width: 100%;
    }
}

@media all and (max-width: 767px) {

    #terno-lab .grkSlider.videoSlider .flex {
        display: block;
    }
    #terno-lab .grkSlider ul li.current .flex img {
        width: 100px !important;
    }

}

