/*Responsive for large desktop*/
.desktop{
      background: rgba(0,0,0,0.6); width: 500%; margin-left: -33%; height: 80vh; max-width: 250%;
}
/*.large{
    -webkit-text-stroke: 2px red;
}*/
.image{
    margin-top: -10%;
    max-width: 100%;
}



header {
    margin-bottom: -10%;
}

@media only screen and (max-width: 1749px){
    .desktop{
        width: 100%;
    }
}