@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');

body{
    background-image: url(../sources/images/bg1.jpg);
    background-repeat: repeat;
    background-size: 600px 600px;

    overflow-x: hidden;
}

@media(min-device-width:320px){
    .imgContainer {
        position: relative;
        width: 100%;
    }
    
    .wrapper {
        overflow: hidden; 
        width: 100%;
        height: 7em;
    }
    
    .headerImage {  
        position: relative;
        filter: brightness(50%);
        width: 180%;
        top: -20%;
    }
      
    .pageTitle {
        position: absolute;
        top: 23%;
        left: 15px;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 24px;
        text-shadow: 5px 5px 3px #000000;
    }
      
    .pageComment {
        position: absolute;
        bottom: 22%;
        left: 45px;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        text-shadow: 3px 3px 2px #000000;
    }
      
    .volumeIcon {
        position: absolute;
        left: 12em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .contentContainer {
        background-image: url(../sources/images/volumebg2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 280px 280px;
        
        padding-top: 8%;
        padding-bottom: 3%;
        width: 100%;
        background-color:rgb(60, 60, 60);
    }
    
    .bookContainer {
        margin-left: auto; /* 15 - 3 */
        margin-right: auto;
        display: inline-block;
        position: relative;
    }
    
    .book {
        width: 65%; /* 29 - 3*/
        margin-top: 0%;
        margin-right: auto;
        margin-bottom: 3%;
        margin-left: auto;
    }

    .bookImage {
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .bookText, .stageText, .audioText {
        margin: 0;
        text-align: center;
        font-family: 'Oswald', sans-serif;
        font-size: 24px;
        color: whitesmoke;
        text-shadow: 2px 2px 1px #000000;
    }
    
    .pageCommentBook {
        position: absolute;
        bottom: 22%;
        left: 35px;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        text-shadow: 3px 3px 2px #000000;
    }
      
    .volumeIconBook {
        position: absolute;
        left: 11.5em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .stageContainer {
        margin-left: auto; /* 15 - 3 */
        margin-right: auto;
        display: inline-block;
        position: relative;
    }
    
    .stage{
        width: 65%; /* 29 - 3*/
        margin-top: 0%;
        margin-right: auto;
        margin-bottom: 3%;
        margin-left: auto;
    }
    
    .stageImage{
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .returnMain{
        position: absolute;
        right: 5px;
        top: 50%;

        width: 60px;
        height: 30px;

        background-image: url(../sources/images/arrowNormal.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: -15px;
    }
      
    .returnMain:hover{
        background-image: url(../sources/images/arrowHover.png);
    }
    
    .returnMainS{
        position: absolute;
        right: -25px;
        top: 50%;

        width: 120px;
        height: 30px;

        background-image: url(../sources/images/arrowNormal.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: -15px;
    }
      
    .returnMainS:hover{
        background-image: url(../sources/images/arrowHover.png);
    }

    .wrapperSp {
        overflow: hidden; 
        width: 100%;
        height: 4em;
    }
    
    .headerImageSp {  
        position: relative;
        filter: brightness(50%);
        width: 150%;
        top: -20%;
    }

    .pageTitleSp {
        position: absolute;
        top: 15%;
        left: 15px;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 26px;
        text-shadow: 5px 5px 3px #000000;
    }

    .volumeIconStage {
        position: absolute;
        left: 6em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }


    .pageTitleSpNew {
        position: relative;
        top: 0%;
        left: 0%;
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 30px;
        text-shadow: 5px 5px 3px #000000;
        text-align: right;
    }

    .volumeIconReturn {
        position: absolute;
        left: 6em;
        width: 3.5em;
        top: 0%;
        padding-top: 2px;
        padding-left: 100%;
    }

    .audioContainer {
        margin-left: 2%;
        margin-right: 2%;
        overflow: auto;
        overflow-y: hidden;
    }
    
    .audio{
        width: 85%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    
    .audioImageCont{
        width: 95%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .audioImage{
        width: 100%;
        display: block;
        margin: auto;
    }
    
    .audioTextCont{
        display: block;
        width: 95%;
        height: 0%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -2em;
    
        text-align: center;
    }
    
    .audioTextCont p {
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 36px;
        text-shadow: 3px 3px 2px #000000;
    }
    
    .tooltip {
        position: relative;
        display: inline-block;
        border-bottom: 3px dotted whitesmoke;
    }
    
    a.tooltip:hover {
        border-bottom: 3px dotted rgb(11, 198, 255) !important;
    }
    
    .tooltip .tooltiptext {
        visibility: hidden;
        background-color: black;
        opacity: 0.80;
        color: #ffffff;
    
        text-align: center;
    
        padding: 5px 0;
        border-radius: 8px;
        width: 250px;
        font-size: 24px;
       
        position: absolute;
        z-index: 5;
        top: 10%;
        right: -39%;
    }
    
    a.tooltip:hover .tooltiptext {
        visibility: visible;
    }
    
    .audioCont {
        width: 100%;
        height: 0%;
        margin-top: -5%;
        display: block;
    }
    
    .audioPlayer {
        margin-top: 0%;
        width: 100%;
    }
    
    .audioDivision {
        border-top: 1px solid whitesmoke;
        width: 90%;
        margin-top: 5%;
        margin-bottom: 5%;
        
        position: relative;
    }
    
    .volumeIconAudio{
        position: absolute;
        left: 12em;
        width: 3em;

        top: 50%;
        margin-top: -1.5em;
    }
    
    .volumeIconAudioPod{
        position: absolute;
        left: 12em;
        width: 3em;

        top: 50%;
        margin-top: -1.5em;
    }
    
    .listeningContainer {
        width: 100%;
        background-color:rgb(60, 60, 60);
        display: block;
    }
    
    .playerContainer {
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }
    
    .basePlayer {
        height: 26em;
        overflow: hidden;
        position: relative;
    }
    
    .playerBack{
        width: 100%;
        filter: blur(3px);
    }
    
    .listeningCoverVert{
        width: 14em;
        height: 20em;
    
        position: absolute;
        display: inline-block;
    
        left: 50%;
        top: 50%;
        margin-left: -7em;
        margin-top: -10em;
    }
    
    .listeningCoverHori{
        width: 16em;
        height: 13em;
    
        position: absolute;
        display: inline-block;
    
        left: 50%;
        top: 50%;
        margin-left: -8em;
        margin-top: -6.5em;
    }
    
    .listeningCoverSquare{
        width: 15em;
        height: 17em;
    
        position: absolute;
        display: inline-block;
    
        left: 50%;
        top: 50%;
        margin-left: -7.5em;
        margin-top: -8.5em;
    }
    
    .displayImage{
        width: 100%;
        height: 85%;
        overflow: hidden;
        box-shadow: 15px 15px 50px #000;
    }
    
    .listeningCoverVert audio, .listeningCoverHori audio, .listeningCoverSquare audio{
        width: 100%;
        display: block;
    }
    
    .dialogueContainer {
        background-image: url(../sources/images/volumebg2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 280px 280px;
    
        display: inline-block;
    
        padding: 0px;
        margin: 2%;
        width: 95%;
        height: 0%;
    
        vertical-align: top;
        text-align: left;
    }
    
    .dialogueContainer .character {
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        text-shadow: 1px 1px 1px #000000;
    }
    
    .dialogueContainer .dialogue {
        color: whitesmoke;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        text-shadow: 1px 1px 1px #000000;
    }
    
    .dialogueContainer .dialogueItalic {
        color: whitesmoke;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-style: italic;
        text-shadow: 1px 1px 1px #000000;
    }

    .dialogueContainer p{
        margin: 1%;
    }

    .smaller p{
        margin: 1%;
    }
}

@media(min-device-width:360px){ 
    .volumeIcon {
        position: absolute;
        left: 13em;
        width: 4em;

        top: 50%;
        margin-top: -2em;
    }
    
    .contentContainer {
        background-image: url(../sources/images/volumebg2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 300px 300px;
        
        padding-top: 8%;
        padding-bottom: 3%;
        width: 100%;
        background-color:rgb(60, 60, 60);
    }
      
    .volumeIconBook {
        position: absolute;
        left: 12.5em;
        width: 4em;

        top: 50%;
        margin-top: -2em;
    }
    
    .returnMain{
        position: absolute;
        right: -5px;
        top: 50%;

        width: 90px;
        height: 35px;

        background-image: url(../sources/images/arrowNormal.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: -17px;
    }
    
    .returnMainS{
        position: absolute;
        right: -22px;
        top: 50%;

        width: 120px;
        height: 35px;

        background-image: url(../sources/images/arrowNormal.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: -17px;
    }  

    .volumeIconStage {
        position: absolute;
        left: 7em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .volumeIconAudio{
        position: absolute;
        left: 14em;
        width: 3em;

        top: 50%;
        margin-top: -1.5em;
    }
    
    .volumeIconAudioPod{
        position: absolute;
        left: 12em;
        width: 3em;

        top: 50%;
        margin-top: -1.5em;
    }
    
    .listeningCoverVert{
        width: 14em;
        height: 22em;
    
        position: absolute;
        display: inline-block;
    
        left: 50%;
        top: 50%;
        margin-left: -7em;
        margin-top: -11em;
    }
    
    .listeningCoverHori{
        width: 17em;
        height: 14.5em;
    
        position: absolute;
        display: inline-block;
    
        left: 50%;
        top: 50%;
        margin-left: -8.5em;
        margin-top: -7.25em;
    }
    
    .listeningCoverSquare{
        width: 16em;
        height: 19em;
    
        position: absolute;
        display: inline-block;
    
        left: 50%;
        top: 50%;
        margin-left: -8em;
        margin-top: -9.5em;
    }
    
    .dialogueContainer {
        background-image: url(../sources/images/volumebg2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 325px 325px;
    
        display: inline-block;
    
        padding: 0px;
        margin: 2%;
        width: 95%;
        height: 0%;
    
        vertical-align: top;
        text-align: left;
    }
      
    .pageTitle {
        position: absolute;
        top: 18%;
        left: 15px;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 30px;
        text-shadow: 5px 5px 3px #000000;
    }
      
    .pageComment {
        position: absolute;
        bottom: 20%;
        left: 50px;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        text-shadow: 3px 3px 2px #000000;
    }
    
    .pageCommentBook {
        position: absolute;
        bottom: 20%;
        left: 40px;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        text-shadow: 3px 3px 2px #000000;
    }
    
    .pageTitleSp {
        position: absolute;
        top: 10%;
        left: 15px;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 30px;
        text-shadow: 5px 5px 3px #000000;
    }
      
    .volumeIconStage {
        position: absolute;
        left: 6.5em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
}

@media(min-device-width:425px){     
    .volumeIcon {
        position: absolute;
        left: 15em;
        width: 5em;

        top: 50%;
        margin-top: -2.5em;
    }
    
    .contentContainer {
        background-image: url(../sources/images/volumebg2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 350px 350px;
        
        padding-top: 8%;
        padding-bottom: 3%;
        width: 100%;
        background-color:rgb(60, 60, 60);
    }
      
    .volumeIconBook {
        position: absolute;
        left: 14em;
        width: 5em;

        top: 50%;
        margin-top: -2.5em;
    }
    
    .returnMain{
        position: absolute;
        right: -5px;
        top: 50%;

        width: 120px;
        height: 40px;

        background-image: url(../sources/images/arrowNormal.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: -20px;
    }
    
    .returnMainS{
        position: absolute;
        right: -5px;
        top: 50%;

        width: 120px;
        height: 45px;

        background-image: url(../sources/images/arrowNormal.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: -23px;
    } 
      
    .volumeIconStage {
        position: absolute;
        left: 7.5em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .volumeIconAudio{
        position: absolute;
        left: 15em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .volumeIconAudioPod{
        position: absolute;
        left: 13em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .listeningCoverVert{
        width: 14em;
        height: 22em;
    
        position: absolute;
        display: inline-block;
    

        left: 50%;
        top: 50%;
        margin-left: -7em;
        margin-top: -11em;
    }
    
    .listeningCoverHori{
        width: 20em;
        height: 17em;
    
        position: absolute;
        display: inline-block;
    

        left: 50%;
        top: 50%;
        margin-left: -10em;
        margin-top: -8.5em;
    }
    
    .listeningCoverSquare{
        width: 18em;
        height: 21em;
    
        position: absolute;
        display: inline-block;
    
        left: 50%;
        top: 50%;
        margin-left: -9em;
        margin-top: -10.5em;
    }
    
    .dialogueContainer {
        background-image: url(../sources/images/volumebg2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 375px 375px;
    
        display: inline-block;
    
        padding: 0px;
        margin: 2%;
        width: 95%;
        height: 0%;
    
        vertical-align: top;
        text-align: left;
    }
      
    .pageTitle {
        position: absolute;
        top: 20%;
        left: 1em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 30px;
        text-shadow: 5px 5px 3px #000000;
    }
      
    .pageComment {
        position: absolute;
        bottom: 18%;
        left: 4em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        text-shadow: 3px 3px 2px #000000;
    }
    
    .pageCommentBook {
        position: absolute;
        bottom: 18%;
        left: 3em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        text-shadow: 3px 3px 2px #000000;
    }
    
    .pageTitleSp {
        position: absolute;
        top: 10%;
        left: 1em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 30px;
        text-shadow: 5px 5px 3px #000000;
    }
}

@media(min-device-width:530px){     
    .volumeIcon {
        position: absolute;
        left: 15.5em;
        width: 5em;

        top: 50%;
        margin-top: -2.5em;
    }
    
    .contentContainer {
        background-image: url(../sources/images/volumebg2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 450px 450px;
        
        padding-top: 8%;
        padding-bottom: 3%;
        width: 100%;
        background-color:rgb(60, 60, 60);
    }
      
    .volumeIconBook {
        position: absolute;
        left: 15.5em;
        width: 5em;

        top: 50%;
        margin-top: -2.5em;
    }
    
    .returnMain{
        position: absolute;
        right: -5px;
        top: 50%;

        width: 150px;
        height: 50px;

        background-image: url(../sources/images/arrowNormal.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: -25px;
    }
    
    .returnMainS{
        position: absolute;
        right: 10px;
        top: 50%;

        width: 120px;
        height: 45px;

        background-image: url(../sources/images/arrowNormal.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: -22px;
    } 
      
    .volumeIconStage {
        position: absolute;
        left: 7.5em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .volumeIconAudio{
        position: absolute;
        left: 15em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .volumeIconAudioPod{
        position: absolute;
        left: 13em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .listeningCoverVert{
        width: 14em;
        height: 22em;
    
        position: absolute;
        display: inline-block;
    
        left: 50%;
        top: 50%;
        margin-left: -7em;
        margin-top: -11em;
    }
    
    .listeningCoverHori{
        width: 24em;
        height: 20em;
    
        position: absolute;
        display: inline-block;
    
        left: 50%;
        top: 50%;
        margin-left: -12em;
        margin-top: -10em;
    }
    
    .listeningCoverSquare{
        width: 18em;
        height: 21em;
    
        position: absolute;
        display: inline-block;
    
        left: 50%;
        top: 50%;
        margin-left: -9em;
        margin-top: -10.5em;
    }
    
    .dialogueContainer {
        background-image: url(../sources/images/volumebg2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 375px 375px;
    
        display: inline-block;
    
        padding: 0px;
        margin: 2%;
        width: 95%;
        height: 0%;
    
        vertical-align: top;
        text-align: left;
    }
      
    .pageTitle {
        position: absolute;
        top: 20%;
        left: 1em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 30px;
        text-shadow: 5px 5px 3px #000000;
    }
      
    .pageComment {
        position: absolute;
        bottom: 18%;
        left: 4em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        text-shadow: 3px 3px 2px #000000;
    }
    
    .pageCommentBook {
        position: absolute;
        bottom: 18%;
        left: 4em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        text-shadow: 3px 3px 2px #000000;
    }
    
    .pageTitleSp {
        position: absolute;
        top: 10%;
        left: 1em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 30px;
        text-shadow: 5px 5px 3px #000000;
    }
}

@media(min-device-width:745px){
    .imgContainer {
        position: relative;
        width: 100%;
    }
    
    .wrapper {
        overflow: hidden; 
        width: 100%;
        height: 10em;
    }
    
    .headerImage {  
        position: relative;
        filter: brightness(50%);
        width: 180%;
        top: -40%;
    }
      
    .pageTitle {
        position: absolute;
        top: 15%;
        left: 1em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 48px;
        text-shadow: 5px 5px 3px #000000;
    }
      
    .pageComment {
        position: absolute;
        bottom: 16%;
        left: 4em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 28px;
        text-shadow: 3px 3px 2px #000000;
    }
      
    .volumeIcon {
        position: absolute;
        left: 22em;
        width: 7em;

        top: 50%;
        margin-top: -3.5em;
    }
    
    .contentContainer {
        background-image: url(../sources/images/volumebg2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 525px 525px;
        
        padding-top: 8%;
        padding-bottom: 2%;
        width: 100%;
        background-color:rgb(60, 60, 60);
    }
    
    .bookContainer {
        margin-left: auto; /* 15 - 3 */
        margin-right: auto;
        display: flex;
        position: relative;
    }
    
    .book {
        width: 49%; /* 29 - 3*/
        margin-top: 0%;
        margin-right: auto;
        margin-bottom: 5%;
        margin-left: auto;
    }

    .bookImage {
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .bookText, .stageText, .audioText {
        margin: 0;
        text-align: center;
        font-family: 'Oswald', sans-serif;
        font-size: 32px;
        color: whitesmoke;
        text-shadow: 2px 2px 1px #000000;
    }
    
    .pageCommentBook {
        position: absolute;
        bottom: 16%;
        left: 4em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 28px;
        text-shadow: 3px 3px 2px #000000;
    }
      
    .volumeIconBook {
        position: absolute;
        left: 22em;
        width: 7em;

        top: 50%;
        margin-top: -3.5em;
    }
    
    .stageContainer {
        margin-left: auto; /* 15 - 3 */
        margin-right: auto;
        display: inline-block;
        position: relative;
    }
    
    .stage{
        display: inline-block;
        width: 49%; /* 29 - 3*/
        margin-top: 0%;
        margin-right: 0%;
        margin-bottom: 3%;
        margin-left: 0%;
    }
    
    .stageImage{
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .returnMain{
        position: absolute;
        right: 10px;
        top: 50%;

        width: 150px;
        height: 60px;

        background-image: url(../sources/images/arrowNormal.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: -30px;
    }
    
    .returnMainS{
        position: absolute;
        right: 25px;
        top: 50%;

        width: 120px;
        height: 50px;

        background-image: url(../sources/images/arrowNormal.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: -25px;
    } 

    .wrapperSp {
        overflow: hidden; 
        width: 100%;
        height: 4em;
    }
    
    .headerImageSp {  
        position: relative;
        filter: brightness(50%);
        width: 150%;
        top: -40%;
    }
    
    .pageTitleSp {
        position: absolute;
        top: 2%;
        left: 1em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 38px;
        text-shadow: 5px 5px 3px #000000;
    }
      
    .volumeIconStage {
        position: absolute;
        left: 9.5em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }

    .audioContainer {
        margin-left: 2%;
        margin-right: 2%;
        overflow: auto;
        overflow-y: hidden;
    }
    
    .audio{
        width: 85%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    
    .audioImageCont{
        width: 35%;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .audioImage{
        width: 100%;
        display: block;
        margin: auto;
    }
    
    .audioTextCont{
        vertical-align: top;
        display: inline-block;
        width: 30%;
        height: 8em;
        margin-left: 1%;
        margin-right: 0%;
        margin-top: 5px;
    
        text-align: center;
    }
    
    .audioTextCont p {
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 36px;
        text-shadow: 3px 3px 2px #000000;
    }
    
    .tooltip {
        position: relative;
        display: inline-block;
        border-bottom: 3px dotted whitesmoke;
    }
    
    a.tooltip:hover {
        border-bottom: 3px dotted rgb(11, 198, 255) !important;
    }
    
    .tooltip .tooltiptext {
        visibility: hidden;
        background-color: black;
        opacity: 0.80;
        color: #ffffff;
    
        text-align: center;
    
        padding: 5px 0;
        border-radius: 8px;
        width: 250px;
        font-size: 24px;
       
        position: absolute;
        z-index: 5;
        top: 10%;
        right: -39%;
    }
    
    a.tooltip:hover .tooltiptext {
        visibility: visible;
    }
    
    .audioCont {
        width: 30%;
        height: 8em;
        margin-top: 8%;
        vertical-align: top;
        display: inline-block;
    }
    
    .audioPlayer {
        margin-top: 0%;
        width: 100%;
    }
    
    .audioDivision {
        border-top: 1px solid whitesmoke;
        width: 90%;
        margin-top: 1%;
        margin-bottom: 3%;
        
        position: relative;
    }
    
    .volumeIconAudio{
        position: absolute;
        left: 18.5em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .volumeIconAudioPod{
        position: absolute;
        left: 16.5em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .listeningContainer {
        width: 100%;
        background-color:rgb(60, 60, 60);
        display: block;   
    }
    
    .playerContainer {
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }
    
    .basePlayer {
        height: 87vh;
        overflow: hidden;
        position: relative;
    }
    
    .playerBack{
        width: 100%;
        filter: blur(3px);
    }
    
    .listeningCoverVert{
        width: 22em;
        height: 35em;
    
        position: absolute;
        display: inline-block;

        left: 50%;
        top: 50%;
        margin-left: -11em;
        margin-top: -16.5em;
    }
    
    .listeningCoverHori{
        width: 36em;
        height: 28em;
    
        position: absolute;
        display: inline-block;

        left: 50%;
        top: 50%;
        margin-left: -18em;
        margin-top: -14em;
    }
    
    .listeningCoverSquare{
        width: 30em;
        height: 34em;
    
        position: absolute;
        display: inline-block;

        left: 50%;
        top: 50%;
        margin-left: -15em;
        margin-top: -16em;
    }
    
    .displayImage{
        width: 100%;
        height: 85%;
        overflow: hidden;
        box-shadow: 15px 15px 50px #000;
    }
    
    .listeningCoverVert audio, .listeningCoverHori audio, .listeningCoverSquare audio{
        width: 100%;
        display: block;
    }
    
    .dialogueContainer {
        background-image: url(../sources/images/volumebg2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 525px 525px;
    
        display: inline-block;
    
        padding: 0px;
        margin: 2%;
        width: 95%;
        height: 0%;
    
        vertical-align: top;
        text-align: left;
    }
    
    .dialogueContainer .character {
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        text-shadow: 1px 1px 1px #000000;
    }
    
    .dialogueContainer .dialogue {
        color: whitesmoke;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        text-shadow: 1px 1px 1px #000000;
    }
    
    .dialogueContainer .dialogueItalic {
        color: whitesmoke;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-style: italic;
        text-shadow: 1px 1px 1px #000000;
    }
}

@media(min-device-width:1024px){     
    .volumeIcon {
        position: absolute;
        left: 22em;
        width: 8em;

        top: 50%;
        margin-top: -4em;
    }
      
    .volumeIconBook {
        position: absolute;
        left: 22em;
        width: 8em;

        top: 50%;
        margin-top: -4em;
    }
      
    .volumeIconStage {
        position: absolute;
        left: 10em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .volumeIconAudio{
        position: absolute;
        left: 19em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .volumeIconAudioPod{
        position: absolute;
        left: 16.5em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .listeningCoverVert{
        width: 26em;
        height: 40em;
    
        position: absolute;
        display: inline-block;

        left: 50%;
        top: 50%;
        margin-left: -13em;
        margin-top: -18.5em;
    }
    
    .listeningCoverHori{
        width: 44em;
        height: 35em;
    
        position: absolute;
        display: inline-block;

        left: 50%;
        top: 50%;
        margin-left: -22em;
        margin-top: -16.5em;
    }
    
    .listeningCoverSquare{
        width: 35em;
        height: 38em;
    
        position: absolute;
        display: inline-block;

        left: 50%;
        top: 50%;
        margin-left: -17.5em;
        margin-top: -18em;
    }
      
    .pageTitle {
        position: absolute;
        top: 15%;
        left: 1em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 48px;
        text-shadow: 5px 5px 3px #000000;
    }
      
    .pageComment {
        position: absolute;
        bottom: 16%;
        left: 4em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 28px;
        text-shadow: 3px 3px 2px #000000;
    }
    
    .pageCommentBook {
        position: absolute;
        bottom: 16%;
        left: 4em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 28px;
        text-shadow: 3px 3px 2px #000000;
    }
    
    .pageTitleSp {
        position: absolute;
        top: 2%;
        left: 1em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 38px;
        text-shadow: 5px 5px 3px #000000;
    }
    
    .returnMain{
        position: absolute;
        right: 20px;
        top: 50%;

        width: 180px;
        height: 70px;

        background-image: url(../sources/images/arrowNormal.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: -35px;
    }
    
    .returnMainS{
        position: absolute;
        right: 25px;
        top: 50%;

        width: 120px;
        height: 50px;

        background-image: url(../sources/images/arrowNormal.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: -25px;
    } 
}

@media(min-device-width:1280px){
    .imgContainer {
        position: relative;
        width: 100%;
    }
    
    .wrapper {
        overflow: hidden; 
        width: 100%;
        height: 13em;
    }
    
    .headerImage {  
        position: relative;
        filter: brightness(50%);
        width: 100%;
        top: -20%;
    }
      
    .pageTitle {
        position: absolute;
        top: 20%;
        left: 1em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 48px;
        text-shadow: 5px 5px 3px #000000;
    }
      
    .pageComment {
        position: absolute;
        bottom: 25%;
        left: 6em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 28px;
        text-shadow: 3px 3px 2px #000000;
    }
      
    .volumeIcon {
        position: absolute;
        left: 25em;
        width: 8em;

        top: 50%;
        margin-top: -4em;
    }
    
    .contentContainer {
        background-image: url(../sources/images/volumebg2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        padding-top: 2%;
        padding-bottom: 2%;
        width: 100%;
        background-color:rgb(60, 60, 60);
    }
    
    .bookContainer {
        margin-left: 25%; /* 15 - 3 */
        margin-right: 25%;
        display: flex;
        position: relative;
    }
    
    .book {
        width: 43%; /* 29 - 3*/
        margin-top: 0%;
        margin-right: 0%;
        margin-bottom: 0%;
        margin-left: 3%; /* 4 */
    }

    .bookImage {
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .bookText, .stageText, .audioText {
        margin: 0;
        text-align: center;
        font-family: 'Oswald', sans-serif;
        font-size: 24px;
        color: whitesmoke;
        text-shadow: 2px 2px 1px #000000;
    }
    
    .pageCommentBook {
        position: absolute;
        bottom: 25%;
        left: 4em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 28px;
        text-shadow: 3px 3px 2px #000000;
    }
      
    .volumeIconBook {
        position: absolute;
        left: 22em;
        width: 8em;

        top: 50%;
        margin-top: -4em;
    }
    
    .stageContainer {
        margin-left: 2%;
        margin-right: 1%;
        position: relative;
        display: flex;
    }
    
    .stage{
        width: 21%;
        margin-top: 0%;
        margin-right: 0%;
        margin-bottom: 0%;
        margin-left: 3%;
    }
    
    .stageImage{
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .returnMain{
        position: absolute;
        right: 80px;
        top: 50%;

        width: 200px;
        height: 70px;

        background-image: url(../sources/images/arrowNormal.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: -35px;
    }
      
    .returnMain:hover{
        background-image: url(../sources/images/arrowHover.png);
    }
    
    .returnMainS{
        position: absolute;
        right: 10px;
        top: 50%;

        width: 200px;
        height: 55px;

        background-image: url(../sources/images/arrowNormal.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: -28px;
    }
      
    .returnMainS:hover{
        background-image: url(../sources/images/arrowHover.png);
    }
    
    .wrapperSp {
        overflow: hidden; 
        width: 100%;
        height: 4em;
    }
    
    .headerImageSp {  
        position: relative;
        filter: brightness(50%);
        width: 100%;
        top: -9em;
    }
    
    .pageTitleSp {
        position: absolute;
        top: 0%;
        left: 1em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 40px;
        text-shadow: 5px 5px 3px #000000;
    }
      
    .volumeIconStage {
        position: absolute;
        left: 10.5em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .audioContainer {
        margin-left: 2%;
        margin-right: 1%;
        overflow: auto;
        overflow-y: hidden;
    }
    
    .audio{
        width: 60%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    
    .audioImageCont{
        width: 23%;
        display: inline-block;
        margin-left: 0%;
        margin-right: 0%;
    }
    
    .audioImage{
        width: 100%;
        display: block;
        margin: auto;
    }
    
    .audioTextCont{
        vertical-align: top;
        display: inline-block;
        width: 36%;
        height: 8em;
        margin-left: 1%;
        margin-right: 0%;
        margin-top: 5px;
    
        text-align: center;
    }
    
    .audioTextCont p {
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 36px;
        text-shadow: 3px 3px 2px #000000;
    }
    
    .tooltip {
        position: relative;
        display: inline-block;
        border-bottom: 3px dotted whitesmoke;
    }
    
    a.tooltip:hover {
        border-bottom: 3px dotted rgb(11, 198, 255) !important;
    }
    
    .tooltip .tooltiptext {
        visibility: hidden;
        background-color: black;
        opacity: 0.80;
        color: #ffffff;
    
        text-align: center;
    
        padding: 5px 0;
        border-radius: 8px;
        width: 250px;
        font-size: 24px;
       
        position: absolute;
        z-index: 5;
        top: 15%;
        right: 125%;
    }
    
    a.tooltip:hover .tooltiptext {
        visibility: visible;
    }
    
    .audioCont {
        width: 38%;
        height: 8em;
        margin-top: 0px;
        vertical-align: top;
        display: inline-block;
    }
    
    .audioPlayer {
        margin-top: 2.8em;
        width: 100%;
    }
    
    .audioDivision {
        border-top: 1px solid whitesmoke;
        width: 90%;
        margin-top: 1%;
        margin-bottom: 1%;
        
        position: relative;
    }

    .volumeIconAudio{
        position: absolute;
        left: 20em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .volumeIconAudioPod{
        position: absolute;
        left: 17.5em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .listeningContainer {
        width: 100%;
        background-color:rgb(60, 60, 60);
        display: flex;
    }

    
    .playerContainer {
        width: 40%;
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }
    
    .basePlayer {
        height: 87vh;
        overflow: hidden;
        position: relative;
    }
    
    .playerBack{
        width: 100%;
        filter: blur(3px);
    }
    
    .listeningCoverVert{
        width: 20em;
        height: 30em;
    
        position: absolute;
        display: inline-block;

        left: 50%;
        top: 50%;
        margin-left: -10em;
        margin-top: -14em;
    }
    
    .listeningCoverHori{
        width: 24em;
        height: 20em;
    
        position: absolute;
        display: inline-block;

        left: 50%;
        top: 50%;
        margin-left: -12em;
        margin-top: -10em;
    }
    
    .listeningCoverSquare{
        width: 20em;
        height: 24em;
    
        position: absolute;
        display: inline-block;

        left: 50%;
        top: 50%;
        margin-left: -10em;
        margin-top: -12em;
    }
    
    .displayImage{
        width: 100%;
        height: 85%;
        overflow: hidden;
        box-shadow: 15px 15px 50px #000;
    }
    
    .listeningCoverVert audio, .listeningCoverHori audio, .listeningCoverSquare audio{
        width: 100%;
        display: block;
    }
    
    .dialogueContainer {
        background-image: url(../sources/images/volumebg2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    
        display: flex;
    
        padding: 0px;
        margin: 1%;
        width: 57%;
        height: 82vh;
    
        vertical-align: top;
        text-align: left;
    }

    .divCenter{
        margin: auto auto;
    }
    
    .dialogueContainer .character {
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        text-shadow: 1px 1px 1px #000000;
    }
    
    .dialogueContainer .dialogue {
        color: whitesmoke;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        text-shadow: 1px 1px 1px #000000;
    }
    
    .dialogueContainer .dialogueItalic {
        color: whitesmoke;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-style: italic;
        text-shadow: 1px 1px 1px #000000;
    }

    .dialogueContainer p{
        margin: 1%;
    }

    .smaller p{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (min-device-width:1600px){
      
    .volumeIcon {
        position: absolute;
        left: 30em;
        width: 8em;

        top: 50%;
        margin-top: -4em;
    }
      
    .volumeIconBook {
        position: absolute;
        left: 26em;
        width: 8em;

        top: 50%;
        margin-top: -4em;
    }
      
    .volumeIconStage {
        position: absolute;
        left: 11em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .volumeIconAudio{
        position: absolute;
        left: 21em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .volumeIconAudioPod{
        position: absolute;
        left: 18.5em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
      
    .listeningCoverVert{
        width: 28em;
        height: 42em;
    
        position: absolute;
        display: inline-block;

        left: 50%;
        top: 50%;
        margin-left: -14em;
        margin-top: -19.5em;
    }
    
    .listeningCoverHori{
        width: 32em;
        height: 25em;
    
        position: absolute;
        display: inline-block;

        left: 50%;
        top: 50%;
        margin-left: -16em;
        margin-top: -12.5em;
    }
    
    .listeningCoverSquare{
        width: 28em;
        height: 34em;
    
        position: absolute;
        display: inline-block;

        left: 50%;
        top: 50%;
        margin-left: -14em;
        margin-top: -16.5em;
    }
    
    .bookText, .stageText, .audioText {
        margin: 0;
        text-align: center;
        font-family: 'Oswald', sans-serif;
        font-size: 28px;
        color: whitesmoke;
        text-shadow: 2px 2px 1px #000000;
    }
    
    .dialogueContainer .character {
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        text-shadow: 1px 1px 1px #000000;
    }
    
    .dialogueContainer .dialogue {
        color: whitesmoke;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        text-shadow: 1px 1px 1px #000000;
    }
    
    .dialogueContainer .dialogueItalic {
        color: whitesmoke;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-style: italic;
        text-shadow: 1px 1px 1px #000000;
    }
      
    .pageTitle {
        position: absolute;
        top: 18%;
        left: 1em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 52px;
        text-shadow: 5px 5px 3px #000000;
    }
      
    .pageComment {
        position: absolute;
        bottom: 22%;
        left: 5em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 36px;
        text-shadow: 3px 3px 2px #000000;
    }
    
    .pageCommentBook {
        position: absolute;
        bottom: 22%;
        left: 3em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 36px;
        text-shadow: 3px 3px 2px #000000;
    }
    
    .pageTitleSp {
        position: absolute;
        top: -2%;
        left: 1em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 42px;
        text-shadow: 5px 5px 3px #000000;
    }
    
    .audioTextCont{
        vertical-align: top;
        display: inline-block;
        width: 36%;
        height: 8em;
        margin-left: 1%;
        margin-right: 0%;
        margin-top: 0.5em;
    
        text-align: center;
    }
    
    .audioTextCont p {
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 42px;
        text-shadow: 3px 3px 2px #000000;
    }
    
    .audioPlayer {
        margin-top: 3.8em;
        width: 100%;
    }
    
    .returnMain{
        position: absolute;
        right: 50px;
        top: 50%;

        width: 180px;
        height: 80px;

        background-image: url(../sources/images/arrowNormal.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: -40px;
    }
    
    .returnMainS{
        position: absolute;
        right: 50px;
        top: 50%;

        width: 120px;
        height: 55px;

        background-image: url(../sources/images/arrowNormal.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: -27px;
    } 
}

@media (min-device-width:1920px){
      
    .volumeIcon {
        position: absolute;
        left: 35em;
        width: 10em;

        top: 50%;
        margin-top: -5em;
    }
      
    .volumeIconBook {
        position: absolute;
        left: 30em;
        width: 10em;

        top: 50%;
        margin-top: -5em;
    }
      
    .volumeIconStage {
        position: absolute;
        left: 11em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .volumeIconAudio{
        position: absolute;
        left: 21em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
    
    .volumeIconAudioPod{
        position: absolute;
        left: 18.5em;
        width: 3.5em;

        top: 50%;
        margin-top: -1.75em;
    }
      
    .listeningCoverVert{
        width: 32em;
        height: 46em;
    
        position: absolute;
        display: inline-block;

        left: 50%;
        top: 50%;
        margin-left: -16em;
        margin-top: -21.5em;
    }
    
    .listeningCoverHori{
        width: 37em;
        height: 29em;
    
        position: absolute;
        display: inline-block;

        left: 50%;
        top: 50%;
        margin-left: -18.5em;
        margin-top: -14.5em;
    }
    
    .listeningCoverSquare{
        width: 32em;
        height: 38em;
    
        position: absolute;
        display: inline-block;

        left: 50%;
        top: 50%;
        margin-left: -16em;
        margin-top: -18em;
    }
    
    .dialogueContainer .character {
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 22px;
        text-shadow: 1px 1px 1px #000000;
    }
    
    .dialogueContainer .dialogue {
        color: whitesmoke;
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        text-shadow: 1px 1px 1px #000000;
    }
    
    .dialogueContainer .dialogueItalic {
        color: whitesmoke;
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-style: italic;
        text-shadow: 1px 1px 1px #000000;
    }
      
    .pageTitle {
        position: absolute;
        top: 15%;
        left: 1em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 58px;
        text-shadow: 5px 5px 3px #000000;
    }
      
    .pageComment {
        position: absolute;
        bottom: 20%;
        left: 5em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 42px;
        text-shadow: 3px 3px 2px #000000;
    }
    
    .pageCommentBook {
        position: absolute;
        bottom: 20%;
        left: 3em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-size: 42px;
        text-shadow: 3px 3px 2px #000000;
    }
    
    .pageTitleSp {
        position: absolute;
        top: -2%;
        left: 1em;
    
        color: whitesmoke;
        font-family: 'Oswald', sans-serif;
        font-weight: bold;
        font-size: 42px;
        text-shadow: 5px 5px 3px #000000;
    }
    
    .audioTextCont{
        vertical-align: top;
        display: inline-block;
        width: 36%;
        height: 8em;
        margin-left: 1%;
        margin-right: 0%;
        margin-top: 1.5em;
    
        text-align: center;
    }
    
    .audioPlayer {
        margin-top: 4.8em;
        width: 100%;
    }
    
    .returnMain{
        position: absolute;
        right: 50px;
        top: 50%;

        width: 180px;
        height: 80px;

        background-image: url(../sources/images/arrowNormal.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: -40px;
    }
    
    .returnMainS{
        position: absolute;
        right: 50px;
        top: 50%;

        width: 120px;
        height: 55px;

        background-image: url(../sources/images/arrowNormal.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        margin-top: -27px;
    } 
}
   
.adapt100{
    width: 100%;
    height: 100%;
    display: block;
}

.adapt120{
    width: 120%;
    display: block;
}

.adapt150{
    width: 150%;
    display: block;
}

.adapt170{
    width: 170%;
    display: block;
}

.adapt200{
    width: 200%;
    display: block;
}

.adapt250{
    width: 250%;
    display: block;
}

.adapt300{
    width: 300%;
    display: block;
}
    
a {
    color: whitesmoke;
    text-decoration: none;
}

a:hover {
    color: rgb(11, 198, 255);
}
