.cTextBannerHome{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 1px 1px 5px black;
    font-size: 7rem;
    text-align: center;
    width: auto;
    font-weight: 600;
}

@media screen and (max-width: 1920px) {
    .cTextBannerHome{
        font-size: 4vw;
    }
}