@media (max-width: 1200px){
    .container{
        max-width: 970px;
    }
    .q1 {
        padding-left: 20px;
    }
    .q3 {
        padding-left: 640px;
    }
    .q4 {
        padding-left: 800px;
    }
}
@media (max-width: 992px){
    .container{
        max-width: 750px;
    }
    .q1 {
        padding-left: 20px;
    }
    .q3 {
        padding-left: 410px;
    }
    .q4 {
        padding-left: 550px;
    }
}
@media (max-width: 767px){
    .container{
        max-width: none;
        width: 100%;
    }
    .q1 {
        padding-left: 20px;
        font-size: 30px;
    }
    .q2 {
        font-size: 20px;
        margin-top: 0px;
    }
    .q3 {
        padding-left: 120px;
        font-size: 30px;
        margin-top: -5px;
    }
    .q4 {
        padding-left: 190px;
        margin-top: 5px;
        font-size: 11px;
    }
    .tunnel {
        background-position-x: 21%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .tunnel__player {
        width: 100%;
    }
    .giant {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }
    .giantplay {
        background-position-x: 85%;
        transition: none;
    }
    .giant__container {
        display: none;
    }
    .album {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .allogo {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .allogoimg {
        width: 100%;
    }
    .altext__container {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .altext {
        position: absolute;
        display: flex;
        flex-direction: row;
        justify-content: center;
        top: 0;
        margin-top: 50px;
    }
    .aname {
        font-size: 12pt;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-left: 0px;

    }
    .avai {
        display: none;
    }
    .popup {
        margin-bottom: -7px;
    }
    .popup__close {
        display: none;
    }
    .popup__content {
    }
    .popup__bg {
        width: 100%;
    }
    .just {
        width: 80%;
        margin-left: 5px;
    }
    .hellowrld_ {

    }
    .hello {

    }
}