@media only screen and (min-device-width: 431px){
    * {
        color: whitesmoke;
        margin: 0px;
        /* outline: 1px solid #f00 !important;
        opacity: 1 !important;
        visibility: visible !important; */
    }

    body {
        background-color: black;
       max-width: 100%;
       display:flex;
       justify-content: center;
        
    }

    #s1 {
        height: auto;
    }

    #s1 > #small {
        height: 0px;
    }

    
    #s1 > #big {
        width: 100%;
        max-height: 100vh;
        object-fit: cover;
    }

    #titletext{
        text-align: right;
        float: right;
        position: sticky;
        margin-top: -15vw;
        margin-right: 30px;
        width: fit-content;
        right: 0px;
        padding: 6px;
        background-color: black;
    }

    #titletext > h1{
        font-size: 6vw;
        /* margin-bottom: -15px; */
    }
    #titletext > h4{
        font-size: 1.7vw;
    }
    #titletext > h2{
        font-size: 1.7vw;
    }

    #video{
        text-align: center;
        height:auto;
        padding-top: 2vw;
        padding-bottom: 2vw;
        background-color: #111111;
    }

    #video > iframe{
        width: 60vw;
        height: 31vw;
    }

    #Biografia {
        background-color: black;
        height: 26vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #Biografia > div > p {
        text-align: center;
        vertical-align: middle;
        margin-left: 20%;
        margin-right: 20%;
        font-size: 1.8vw;
    }

    #quisom {
        height: fit-content;
        background-color:  #111;
        display: flex;
    }

    #quisom > .L {
        float:left;
        background-size: 100% 100%;
        width: 66%;
        display: flex;
    }

    .responsive{
        max-width:100%;
        max-height:100%;
    }
    
    .center{
        position: absolute;
        top: 50%;
        left: 50%; 
        transform: translate(-50%, -50%);
    }
    
    .parent{
        position: relative;
    }

    #quisom > .R {
        float:right;
        width: auto;
        max-width: 40%;
        padding: 2vw;
        padding-left: 3vw;
    }

    #quisom > .R > h2{
        font-size: 2.5vw;
        margin-left: 5%;
        margin-top: 2%;
    }

    .tarja{
        background-color: #151515;
        margin: 10px;
        margin-top: 3%;
        padding: 1vw;
        padding-left: 1.3vw;
    }

    .tarja > h3{
        font-size: 1.8vw;
    }

    .tarja > p {
        font-size: 1.3vw;
    }

    #s4 {
        min-height: 35vw;
        padding-top: 5vh;
        padding-bottom: 5vh;
        background-color:  #ccc;
        display: flex;
    }

    #s4 > .R {
        float:right;
        margin-right:3vw;
        width: 40%;
        display: flex;
    }

    #s4 > .L {
        float:left;
        width: 60%;
    }

    #s4 > .L> .center{
        position: absolute;
        top: 50%;
        left: 15vw; 
        transform: translate(-20%, -50%);
    }
    
    #s4 > .R> .center{
        position: absolute;
        top: 50%;
        left: 50%; 
        transform: translate(-50%, -50%);
        width: 90%;
        aspect-ratio: 1;
     }

    #s4 > div > div > p {
        font-size: 1.6vw;
        color: #111;
    }

    #s4 > div > div > h2 {
        font-size: 2.5vw;
        color: #111;
    }

    #concerts {
        min-height: 60vw;
        padding-top: 5vh;
        padding-bottom: 5vh;
        background-color:  #111;
        display: flex;
        max-height: auto;
    }

    #concerts > .R {
        float:right;
        margin-right:1.5vw;
        width: 52%;
        display: flex;
    }

    #concerts > .R> .center{
        position: absolute;
        top: 50%;
        left: 50%; 
        transform: translate(-40%, -50%);
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-self: center;
        align-items: center;
    }
    
    #concerts > .R > .center> img{
        width: 19vw;
        height: 26.9vw;
        margin: 0.5vw;
    }
    

    #concerts > .L {
        float:left;
        width: 48%;
    }

    #concerts > .L> .center{
        position: absolute;
        width: 90%;
        top: 50%;
        left: 13vw; 
        transform: translate(-20%, -50%);
    }

    #concerts > .L> #concertstext > h2 {
        font-size: 2.8vw;
    }

    #concerts > .L> #concertstext > p {
        font-size: 1.6vw;
    }

    #concerts > .L> #concertstext > ul >  p {
        font-size: 1.6vw;
        margin: 0.5vw;
    }

    #s5 {
        max-height: 15vw;
        min-height: fit-content;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
    }

    #s5 {
        padding-top: 5vh;
    }

    #s5 > h2{
        color: whitesmoke;
        font-size: 2.5vw;
        text-align: center;
        margin-bottom: 1.5vh;
    }

    #xarxes {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
    
    #xarxes > a {
        margin-left: 2vw;
        margin-right: 2vw;
    }

    #xarxes > a > img{
        width: 4vw;
    }

    #s6 {
        height: auto;
        background-color: #111;
        /* margin-top: 15vh; */
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
    }
    #s6 > p{
        color: whitesmoke;
    }
}

@media only screen and (max-device-width: 430px){
    * {
        color: whitesmoke;
        margin: 0px;
        /* outline: 1px solid #f00 !important; */
    }

    body {
        background-color: black;
       max-width: 100%;
       display:flex;
       justify-content: center;
    }

    #slides {
        display: flex;
        flex-direction: column;
       width: 100%;
       
    } 
    
    #s1 {
        height: 30vw;
        margin-bottom: 30vw;
    }

    #s1 > #small {
        width: 100vw;
        max-height: 100vh;
        object-fit: cover;
    }
    
    #s1 > #big {
        height: 0px;
    }
    
    #titletext{
        text-align: right;
        float: right;
        position: sticky;
        margin-top: -10vh;
        margin-right: 20px;
        width: fit-content;
        right: 0px;
        padding: 5px;
        background-color: black;
    }
    
    #titletext > h1{
        font-size: 8vw;
        /* margin-bottom: -15px; */
    }
    #titletext > h4{
        font-size: 2.7vw;
    }
    #titletext > h2{
        font-size: 2.7vw;
    }

    #video{
        text-align: center;
        height:auto;
        padding-top: 5vw;
        padding-bottom: 2vw;
        background-color: #111111;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }

    #video > iframe{
        width: 60vw;
        height: 31vw;
    }

    #Biografia {
        background-color: black;
        height: fit-content;
        padding-top: 4em;
        padding-bottom: 4em;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #Biografia > div > p {
        text-align: center;
        vertical-align: middle;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 2vh;
    }
    
    #quisom {
        height: auto;
        background-color:  #111;
        padding-top:30px;
        padding-bottom:30px;
    }
    
    #quisom > .L {
        width: 100%;
        height: 35vh;
        display: flex;
    }
    
    .responsive{
        max-width:100%;
        max-height:100%;
      }
     
    .center{
       position: absolute;
       top: 50%;
       left: 50%; 
       transform: translate(-50%, -50%);
    }
     
    .parent{
       position: relative;
     }
    
    
    #quisom > .R {
        width: 100%;
        height: auto;
    }
    
    #quisom > .R > h2{
        font-size: 2.5vh;
        margin-left: 10vw;
        margin-right: 10vw;
        margin-bottom: 1.5vh;
        text-align: center;

    }
    
    .tarja{
        background-color: #151515;
        margin: 10px;
        margin-top: 10px;
        margin-left: 5vw;
        margin-right: 5vw;
        padding: 10px;
        padding-left: 20px;
    }
    
    .tarja > h3{
        font-size: 1.8vh;
    }
    
    .tarja > p {
        font-size: 1.5vh;
    }
    
    #s4 {
        height: auto;
        padding-bottom: 50px;
        background-color:  #ccc;
        padding-top: 2vh;
    }
    
    #s4 > .R {
        width: 100%;
        height: 50vh;
        margin-top: 2vw;
    }

    #s4 > .R > img {
        aspect-ratio: 1/1;
        max-width: 80vw;
        max-height: 80vw;
    }
    
    #s4 > .L {
        width: 100%;
        height: 30vh;
        padding-left: 1vh;
    }
    
    #s4 > .L> .center{
        position: absolute;
        top: 55%;
        left: 20%; 
        transform: translate(-13%, -50%);
    }
    
    #s4 > .R> .center{
        position: absolute;
        top: 50%;
        left: 50%; 
        transform: translate(-50%, -50%);
        width: 90%;
     }
    
    #s4 > div > div > p {
        font-size: 1.5vh;
        color: #111;
    }
    
    #s4 > div > div > h2 {
        font-size: 2.3vh;
        color: #111;
    }

    #concerts {
        height: auto;
        padding-bottom: 50px;
        background-color:  #111;
    }
    
    #concerts > .R {
        width: 100%;
        height: 27vh;
        padding-top: 1vh;
        padding-bottom: 1vh;
    }
    
    #concerts > .L {
        width: 100%;
        height: 31vh;
        padding-top: 3vh;
        padding-bottom: 3vh;
    }
    
    #concerts > .L> .center{
        position: absolute;
        top: 50%;
        left: 20%; 
        transform: translate(-10%, -50%);
    }
    
    #concerts > .R> .center{
        position: absolute;
        top: 50%;
        left: 50%; 
        transform: translate(-50%, -50%);
        width: fit-content;
        display: flex;
        flex-direction: row;
        align-self: center;
        align-items: center;
    }

    #concerts > .L> #concertstext > h2 {
        font-size: 5.5vw;
    }

    #concerts > .L> #concertstext > p {
        font-size: 3.6vw;
    }

    #concerts > .L> #concertstext > ul >  p {
        font-size: 3.3vw;
        margin: 0.5vw;
    }

    #concerts > .R > div > img {
        max-width: 35vw;
        max-height: 50vw;
        margin: 3vw;
    }
    
    #s5 {
        max-height: 8vh;
        height: fit-content;
        padding-top: 3vh;
        padding-bottom: 3vh;
    }
    
    #s5 > h2{
        color: whitesmoke;
        font-size: 2.4em;
        text-align: center;
        margin-bottom: 1vh;
    }
    
    #xarxes {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
    
    #xarxes > a {
        margin-left: 3vw;
        margin-right: 3vw;
    }

    #xarxes > a > img{
        width: 8vw;
    }
    
    #s6 {
        height: auto;
        background-color: #111;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
    }
    #s6 > p{
        color: whitesmoke;
        font-size: 0.8vh;
    }
}


