.hero-section{
    width:100vw;
    margin-left:calc(50% - 50vw);
}

.hero-section img{
    width:100%;
    display:block;
}