
.slider-2021-testo {
    width: 467px;
    max-width: calc(100vw - 50px);
    height: 340px;
    position: absolute;
    top: 100px !important;
    font-style: normal;
    color: #ffffff;
    background-color: rgba(48, 63, 81, .67);
    z-index: 2;
    white-space: nowrap;
    min-height: 1px;
    min-width: 1px;
    /*line-height: 24px;*/
    border-width: 0px;
    padding: 20px;
    letter-spacing: 0px;
    /*font-size: 16px;*/
    visibility: visible;
    opacity: 1;
    transform: none;
    left: 433.5px;
    margin-top: 55px;

}


.slider-2021-testo h1 {
    min-height: 0px;
    min-width: 0px;
    /*line-height: 50px;*/
    font-size: 46px;
    border-width: 0px;

    padding: 0px;
    letter-spacing: 0px;
    margin: 0 0 30px 0 !important;
    white-space: normal;
    height: 100%;
    line-height: calc(1.1em + 0.5vw);
    /*font-size: calc(16px + 1vw); /*font grows 1px for every 100px of viewport width*/
}


.slider-2021-testo h5 {
    min-height: 0;
    min-width: 0;
    line-height: calc(1.1em + 0.5vw); /*leading grows along with font, with an additional 0.1em + 0.5px per 100px of the viewport*/
    /*line-height: 17px;*/
    border-width: 2px 0 0;
    font-size: 14px;
    white-space: normal;
    position: absolute;
    width: 417px;
    bottom: 20px;
    margin-top: 10px !important;
    border-top: 2px solid #ffffff;
    letter-spacing: 0.5px;
    font-weight: bold;
    background: none;
    padding-left: 0px !important;
    padding-top: 12px;
    text-transform: uppercase;
}

@media(max-width:999px) {
.slider-2021-testo  {
    margin-top: 0px;
    margin-left: 0px;
    height: 60%;
    width: 80%;
    z-index: 4;
    top: 32% !important;
    left: 10%;
    position: absolute;
    }
    .slider-2021-img {
        margin-top: 70px;
    }
    .slider-2021-testo h1 {
        display: block;
        /*font-size: 1.5em;*/
        font-size: 7vw;
        font-weight: bold;
        margin-block-start: .83em;
        margin-block-end: .83em;
        /*line-height: 38px;*/

    }
    .slider-2021-testo h5 {
        /*font-size: 11px;*/
        font-size: 3vw;
        width: 80%;
        border-top: 2px solid #ffffff;
        padding: 5px 0 0 0;

    }
}