.section_one{
    height: 60vh; 
    background-image: url(./img/densoraproductions_wallpaper.png);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5px;
}
.section_two{
    height: 30vh; 
    background-color: #fff;

}
.section_three{
    height: 60vh; 
    background-color: #1d1d1d;
}

/* CSS-MOBILE */
@media(max-width: 980px){
    .section_one{
        height: 30vh; 
        background-position: 0%;
    }
}