
@media screen and (min-width:1080px){
      body{
            overflow-x:hidden;
            overflow-y: auto;
            margin-left: -1%;
            background-image: url('res/bg.jpg');
            background-size:100%;
            background-position: top left; 
            width: 100vw;
            /* height: 654vh; */
            position: relative;
            background-repeat: no-repeat;
      }
}

@media screen and (max-width:1080px){
      body{
            overflow-x:hidden;
            overflow-y: auto;
            touch-action: pan-y;
            margin: 0;
            padding: 0;
            background-image: url('res/bg_mobile.jpg');
            background-size:cover;
            background-position: top left; 
            width: 100vw;
            position: relative;
            background-repeat: no-repeat;
      }

      .bottom-class{
            background-color: black;
            width: 100vw;
            height: 50vh;
            margin-left: -5%;
            border-top: 6px solid #c4250f;
            margin-top: 5%;
      }
}
