#app{
    position: relative;
    z-index: 1;
}

#app::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("https://i.imgur.com/Qm6MVkI.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}


.esport-archive{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.esport-archive>img{
    width: 50%;
}

.artist-card{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#lileuphon{
    justify-content: space-between;
}


#lileuphon>.card-left>.container-photo{
    width: 100%;
}

#lileuphon>.card-right{
    display: flex;
    flex-direction: column;
}

#lileuphon>.card-right>a>img{
    width: 80%;
    margin: 0 0 20px 20px;
}

.card-top, .card-bottom{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.typo-container{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 20px 0;
    align-items: baseline;
}

.typo-container>a>img{
    height: 50px;
}

#typo-asuo, #typo-pana{
    height: 40px;
}

#dragon .typo-container>a>img{
    height: 100%;
    width: 100%;
}



.card-left, .card-right{
    width: 49%;
}

.card-right>video, .card-left>video{
    width: 100%;
}

.djset-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

.djset-list>.container-photo{
    width: 50%;
    margin: 0;
}

.video-container{
    width: 100%;
    display: flex;
}

.video-container>video{
    width: 50%;
}

.container-photo>img{
    width: 100%;
}

@media screen and (max-width: 1200px){
    #app::before{
        background-image: url("https://i.imgur.com/jWarXeG.png") !important;
    }
}

@media screen and (max-width: 1024px){
    .card-top>.container-photo{
        width: 49%;
    }
    #lileuphon>.card-left>.container-photo{
        width: 100% !important;
    }
    #app::before{
        background-image: url("https://i.imgur.com/NcXTpHS.png") !important;
    }
}

@media screen and (max-width: 900px){
    .typo-container>a>img{
        height: 30px;
        margin-bottom: 5px;
    }

    #typo-asuo, #typo-pana{
        height: 20px;
    }
    #app::before{
        background-image: url("https://i.imgur.com/wtHUuZj.png") !important;
    }
}

@media screen and (max-width: 768px){
    .card-left, .card-right{
        width: 100%;
    }
    .esport-archive>img{
        width: 100%;
    }
    .card-top, .card-bottom{
        flex-direction: column;
    }
    .card-top>.container-photo{
        width: 100%;
    }
    .djset-list>.video-container{
        flex-wrap: wrap;
    }
    .djset-list>.container-photo, .djset-list>.video-container>video{
        width: 100%;
    }
    
}

@media screen and (max-width: 500px){
    #app::before{
        background-image: url("https://i.imgur.com/5lYJZzH.png") !important;
    }
}

@media screen and (max-width: 360px){
    #app::before{
        background-image: url("https://i.imgur.com/aprt4og.png") !important;
    }
}

@media screen and (max-width: 320px){
    #app::before{
        background-image: url("https://i.imgur.com/hWuJ4hY.png") !important;
    }
}