@media all and (min-width:1440px) {

}


@media all and (max-width:1580px) {
    .main-story__content {
    width: 100% !important;
}
.CringeQuest__logo {
    max-width:200px;
}
.scene-select__content {
    font-size: 1.25em;
}
.scene-select__nav-block {
    height:260px;
    max-height:260px;
    min-height:initial;
    padding:2em;
}
.scene-btn-graphics li {
    max-width:80px;
}
ul.scene-btn-content li.title {
    font-size:1.25em;
}
.the___story h3 {
    font-size:1.5em;
}
.the___story p {
    font-size:1em;
}
.main-story__title h2 {
    font-size: 1.4em;
}
.main-story__title:before {
    height:26px;
}
.envelope > .modal-trigger {
    height:120px;
}
.modal-trigger h4 {
    font-size:0.8em;
}
.MuteToggle img {
    max-width: 0.8em;
}
.torn-btn span {
    font-size: 1rem !important;
}
.torn-btn {
    width: 200px;
}
}




@media all and (max-width:2200px) {
        ul.scene-btn-content li.title {
        font-size:2em;
    }
    ul.scene-btn-content li {
        font-size:1.2em;
    }
    .modal__container {
        max-width:70vw;
    }
    .modal__body p {
        font-size:1.4em;
    }
    .modal__image {
    flex: 0 0 30%;
}
.sprite {
    zoom: 70% !important;
}
.sceneFact {
    max-width: 80vw;
}
}