*{
    margin: 0;
    padding: 0;
}

#jovenes-main-container{
    width: 100%;
    height: 430px;
    background-image: url('../img/credits_d.png?jhg321');
    background-position: center;
    background-color: #201A0E;
    text-align: center;
}



@media (max-width: 500px){
    #jovenes-main-container{
        background-image: url('../img/credits_m.png?jhg321');
        background-size: contain;
        background-repeat: no-repeat;
        height: 547px;
        border-top: solid 13px #333611;
    }
}