/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}

#ticker {;
  font-size: 1rem;
}


.cc {
    min-width: 100vw;
    min-height: 100vh;
    background-color: #000;
    position: relative;
    background-repeat: no-repeat;
    background-position: center 8vh;
    background-color: #000;
    background-size: contain;
    background-attachment: scroll;
    background-image: url("../assets/images/logo.png");
    }

 #cc {
     position: absolute;
     bottom: 20vh;
     left: 12%;
 }

 #cc h5 {
   font-size: 1.2rem;
 }
 


 #cc p {
     font-size: 1rem;
     margin: 0px;
     
 }

body {
    max-width: 100vw;
    max-height: 100vh;
    overflow-x: hidden;
    background-color: #000;
}

.ss {
   position: absolute;
   right: 10%;
   bottom: 50%;
   background-color: white;
   color: black;
   min-width: 350px;
 }


@media screen and (min-width:768px) {

 #ticker {
   margin-top: 25px;
   font-size: 1.8rem;
   margin-bottom: 15px;
}  
.cc {
    min-width: 100vw;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-color: #000;
    background-size: cover;
    background-attachment: scroll;
    background-image: url("../assets/images/m3.png");
    position: relative;
    }

    #cc {
     position: absolute;
     bottom: 5vh;
     left: 12%;
 }

#cc p {
     font-size: 1.6rem;
     margin: 0px;
     letter-spacing: 5px;
 }
 #cc h5 {
   font-size: 1.4rem;
 }

}