.bg-wall {
    background: url('../images/fondale_mattoni.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bg-mega-drive{
    background: url('../images/megadrivebg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.text-justify{
    text-align: justify;
}

.console-heroes-product-container{
    background-color: #cccccc;
    border: solid 10px #fbb03b;
    width: 90%;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 40px;
    padding-left: 40px;
}

.video-hero-shadow {
    box-shadow: 0px 0px 40px 0px rgba(255,255,255,1);
}

.color-violet{
    color: #662d91;
}

.w-60{
    width: 60% !important;
}

.text-spacing-1{
    letter-spacing: 1px
}

.line-height{
    line-height: inherit;
}

.mb-5px{
    margin-bottom: 5px !important;
}

.mega-drive-logo{
    width: 50%;
}

.mega-drive-section{
    padding-top: 50px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-bottom: 0px !important;
}

.console-heroes-logo{
    width: 75%;
}

.console-description{
    width: 75%;
}

.console-name-logo{
    width: 60%;
}

.product-img{
    width: 60%;
}

#img-megadrive{
    display: block;
}

#img-megadrive-mobile{
    display: none;
}

.partners-logo{
    max-height: 70px;
}

.partners-container{
    max-height: 120px;
    height: 120px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: solid 10px #fbb03b;
    padding: 20px;
}

.w-95{
    width: 95%;
}

.git


@media (max-width: 1680.98px){
    .mega-drive-logo{
        width: 68%;
    }
}


@media (max-width: 1439.98px){
    .console-heroes-logo{
        width: 30%;
    }

    .container-video{
        margin-top: 30px!important;
    }
    .product-img{
        width: 75%;
    }
    .mega-drive-logo{
        width: 75%;
    }
}

@media (max-width: 1200.98px){

    .product-img{
        width: 95%;
    }
}

@media (max-width: 1023.98px){
    .mobile-reverse-column{
        flex-direction: column-reverse;
    }
    .console-description{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .console-name-logo{
        width: 50%;
    }
    .row-console-mobile{
        margin-top: 70px !important;
    }
    #img-megadrive{
        display: none;
    }

    #img-megadrive-mobile{
        display: block;
    }

}

@media (max-width: 900.98px){
    .console-heroes-logo{
        width: 40%;
    }

}

@media (max-width: 768.98px){
    .console-heroes-logo{
        width: 50%;
    }
}

@media (max-width: 500.98px){
    .console-heroes-logo{
        width: 75%;
    }

    .console-heroes-product-container{
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .mega-drive-logo{
        width: 100%;
    }

    .mega-drive-section{
        padding-top: 0px !important;
        padding-bottom: 40px !important;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .smartphone-mt-0{
        margin-top: 0px !important;
    }

    .remove-on-mobile{
        display: none;
    }

    .col_on_mobile{
        width: 100%;
    }

}

