* {
    -webkit-locale: auto;
    white-space: normal;
}
html {
    font-family: Montserrat, sans-serif;
}
@media only screen and (max-width: 1099px) {
.yes {
        height: auto;
        width: 100% !important;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1100px) {
    .yes {
        height: 100vh;
        margin: 0 auto; /* i dont know what to do with that creepy resolution screen. i would rather send them an email to buy a new device to watch this site from */
    }
}
.aasd {
    width: 100%;
    margin: 0 auto;
}
  