#scene2Video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center; 
    border-radius: 12px;
}

.container {
    position:relative;
    background-color: transparent;
    border:none;
    width: 100%;
    max-width: 1200px;
    height: 80vh;
    overflow-y: auto; 
    overflow-x: hidden; 
    position:relative;
    box-sizing: border-box;
    margin: 2rem auto; 
    padding: 2rem;
    margin-right: 1rem;
}


.Scene2playBtn {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 40%;
    color: #fa1413;  
    font-size: 3rem;
    cursor: pointer;
}

.Scene2playBtn:hover{
    top: 45%;
    left: 40%;
    font-size: 6rem;
}

.starWrapper {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.star {
    width: 10rem;
    height: 10rem;
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
}

.star a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border: none;
    color: inherit;
}
.star .text {
    color: #fa1413;  
    width: 100%;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-20%, 75%);
    text-decoration: none;
    visibility: hidden;
}

.star a:hover .text {
    visibility: visible;
}

.star a:hover .starImg {
    opacity: 0.5;
    border: 5px solid #fa1413;  
}

.star a:link {
    text-decoration: none;
    color: #fa1413;  
}

.star a:visited {
    text-decoration: none;
    color: green;
    border: 5px solid green;
}

.projectList{
    position: absolute;
    top: 10%;
    left: 7%;
    z-index:100;
    color:#fa1413;  
}
.techArtLink{
    color: #fa1413;  
}
/* 
@media (max-width: 1300px) and (min-width: 1160px) {
   
   
}
@media (max-width: 1159px) and (min-width: 1000px) {
    .scene2videoContainer {
        width: 24%;
        left: 7%;
    }


}

@media (max-width: 1001px) and (min-width: 849px) {
    .squiggleAbout {
        top: 46%;  
        left: 9%; 
        transform: scale(1.4);
    }
    
    
    .Scene2videoContainer {
        width: 62%;
        height: 30rem;
    }

    #scene2Video {
        width: 100%;
        height: 100%;
    }

}

@media (max-width: 850px) and (min-width: 740px) {
    .squiggleAbout {
        top: 46%;  
        left: 11%; 
        transform: scale(1.4);
    }
    
    .starAbout {
        top: 43.2%; 
        left: -5%; 
        transform: scale(0.2);
    }

    .Scene2videoContainer {
        width: 50%;
        left: 18%;
        height: 30rem;
    }

   
}

@media (max-width: 739px) and (min-width: 699px) {
    .squiggleAbout {
        top: 46.5%;  
        left: 12.5%; 
        transform: scale(1.4);
    }
    
    .starAbout {
        top: 42.5%; 
        left: -6%; 
        transform: scale(0.25);
    }

    .Scene2videoContainer {
        width: 50%;
        left: 18%;
        height: 30rem;
    }
   
}


@media (max-width: 699px) {
    .squiggleAbout {
        top: 72%;  
        left: 37%; 
        transform: scale(1);
    }
    
    .starAbout {
        left: 1%; 
        top: 65%; 
        transform: scale(.2);
    }

    .Scene2videoContainer {
        width: 80%;
        left: 10%;
        top: 0rem;
        height: 30rem;
    }

    .Scene2playBtn {
        top: 45%;
        left: 35%;
    }
} */

@media ((min-width: 1371px)) {
    .container {
        margin-left: calc(50px + 1rem);
        width: 80%;
        margin-right:2rem;
    }
}

@media ((max-width: 1370px) and (min-width: 900px)) {
    /* .projectList{
        top: 15%;
        left: 15%;
    } */
    .container {
    font-size: 1.1rem;
      margin-left: calc(100px + 1rem);
      width: 95%;
      /* margin-right: 1rem; */
    }

}


  @media (max-width: 899px) {
    .star {
        width:5rem;
        height:5rem;
    }
    .projectList{
        top: 15%;
        left: 15%;
    }
    .container {
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 1rem;
        margin: 1rem auto;
    }

    #scene2Video{
        transform: scale(0.9); 
        transform-origin: center;
    }

    .Scene2playBtn {
        top: 35%;
    }
    .Scene2playBtn:hover{
        top: 25%;
        left: 35%;
        font:4rem;
    }
  }


  @media (max-width: 500px) {
    .projectList{
        top:15%;
        left: 20%;
    }
    
      #scene2Video {
        object-position:-9rem;
      }

      .Scene2playBtn:hover{
        top: 25%;
        left: 30%;
        font-size:5rem;
    }

      /* .Scene2playBtn {
        left: 38%;
    } */
}


@media (max-width: 470px) {
    
    .Scene2playBtn {
       font-size:2rem;
        left: 40%;
    }

    .Scene2playBtn:hover{
        top: 25%;
        left: 27%;
        font-size:3rem;
    }
}