/*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%;
}

.htptext{
    color: white;
    text-align: center;
    margin-right: -60%;
    position: absolute;

}

}
.left {
    margin-left: 220%;
}

header {
    margin-bottom: -10%;
}

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