body{
   background-image: url("assets/images/the background for vlogposts.png");
  background-size: cover;
  background-color: black;
  overflow: hidden;
  }

.sections {
  display: flex;

  } 

.mobileheader {
  display: none;
  }
  
.backarrow {
  display: none;
  }
  
.leftsection {
  display: flex;
  width: 30%;
  z-index: 4;
  }
  
.midsection {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
    }
    
.rightsection {
  display: flex;
  width: 30%;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  height: 95vh;
  }    
.tv {
  position: relative;
  width: 600px;
}

.screen-wrap {
  position: absolute;
  top: 77px;
  left: 63px;
  width: 475px;
  height: 358px;
  overflow: hidden;
  z-index: 2;
  box-shadow: inset 0 0 20px rgba(0,0,0,.6);
}

.screen {
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
  z-index: 2;
}

.frame {
  width: 100%;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.crt-overlay {
  inset: 0;
   background: repeating-linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.03),
      rgba(0, 0, 0, 0.03) 2px,
      transparent 3px,
      transparent 6px
    );
    animation: flicker 0.08s infinite;
    z-index: 4;
    pointer-events: none;
    position: absolute;
  }
  
  

/*taimoor shahzada what a chad*/   
.crt-overlay::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    content: "";
    /* you can control opacity of noise  */
    opacity: .02067;  
    z-index: 4;
    pointer-events: none;
    background: url(assets/images/noise.gif) ;
    background-repeat: repeat;
}

.crt-overlay::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    content: "";
    /* you can control opacity of noise  */
    opacity: .00967;  
    z-index: 4;
  pointer-events: none;
  background: url("assets/images/these pixels for crt.jpg");
  background-repeat: repeat;
}


.description-container {
  display: flex;
  margin: 0;
  z-index: 4;
  width: 235px;
  height: 314px;
  background: black;
  position: absolute;
  align-items: flex-end;
  }
  
.description-header {
  display: flex;
  background: navy;
  margin: 2px;
  padding: 2px;
  height: 12px;
  align-items: center;
  justify-content: space-between;
  margin-right: 1px;
  } 

.description-headera {
   display: flex;
   align-items: center;
  margin-right: 28px;
  justify-content: flex-start;
  margin: 0px;
  }

.description-headerb {
  display: flex;
  margin: 0px;
  justify-content: flex-end;
  }  
  
  
.description-box {
  display: flex;
  flex-direction: column;
  width: 237px;
  height: 316px;
  z-index: 4;
  background: #bdbdbd;
  position: absolute;
  box-shadow: inset 1px 1px #fff, 1px 1px #000;
  }
  
  #description::-webkit-scrollbar { 
    width: 20px; 
    height: 20px; 
    }
    
  #description::-webkit-scrollbar-thumb { 
    background-color: #bdbdbd;
    box-shadow: inset 1px 1px #fff, 1px 1px #000;
    }
  
  #description::-webkit-scrollbar-track { 
    background-color: #e0e0e0;
    box-shadow: inset 1px 1px #fff, 1px 1px #000;
    }
    
   .description-box-mobile {
  display: none;
  }
  
  .description-header-mobile {
  display: none;
  }
  
  .description-headera-mobile {
  display: none;
  }
  
  .description-headern-mobile {
  display: none;
  }
  
  #description-mobile {
    display: none;
    }
  

@font-face {
  font-family: MS San Serif;
  src: url(https://dl.dropbox.com/scl/fi/uthofbdl1nlboyjjmy2p0/MS-Sans-Serif.ttf?rlkey=52xzly4fn7hls5k1r38sispdw&st=ezh25mso);
  }  
  
#description {
  color: black;
  margin-left: 12px;
  margin-right: 12px;
  font-weight: 500;
  font-family: MS San Serif;
  font-size: 10.67px;
  }  

@media (max-width: 600px) {
  
body {
   background-image: url("assets/images/the background for vlogposts.png");
  background-size: cover;
  background-repeat: repeat;

  }

.leftsection {
  display: none;
  }  

.rightsection {
  display: none;
  }  
  
.midsection {
  margin: auto;
  align-items: center;
  flex-direction: column;
  }  
.tv {
  width: 300px;
  display: flex;
  position: relative;
  margin-bottom: 150px;
}  
 
 .screen-wrap {
  position: relative;
  top: 39px;
  left: 25px;
  width: 250px;
  height: 179px;
  overflow: hidden;
  z-index: 1;
  box-shadow: inset 0 0 20px rgba(0,0,0,.6); 
  display: flex;
}

.screen {
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
  display: flex;
}

.mobileheader {
  display: flex;
  margin-right: 6.7px;
  }
.frame {
  width: 100%;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  display: flex;
}

   .description-box-mobile {
    display: flex;
  flex-direction: column;
  width: 300px;
  height: 226px;
  z-index: 4;
  background: #bdbdbd;
  box-shadow: inset 1px 1px #fff, 1px 1px #000;   
  }
  
.description-header-mobile {
  display: flex;
  background: navy;
  margin: 2px;
  padding: 2px;
  height: 12px;
  align-items: center;
  justify-content: space-between;
  margin-right: 1px;
  } 

.description-headera-mobile {
   display: flex;
   align-items: center;
  margin-right: 28px;
  justify-content: flex-start;
  margin: 0px;
  }

.description-headerb-mobile {
  display: flex;
  }  
  
  
  #description-mobile {
    display: flex;
    font-family: MS San Serif;
    font-size: 10px;
    margin-left: 12px;
    }
    
    #description-mobile::-webkit-scrollbar { 
    width: 20px; 
    height: 20px; 
    }
    
  #description-mobile::-webkit-scrollbar-thumb { 
    background-color: #bdbdbd;
    box-shadow: inset 1px 1px #fff, 1px 1px #000;
    }
  
  #description-mobile::-webkit-scrollbar-track { 
    background-color: #e0e0e0;
    box-shadow: inset 1px 1px #fff, 1px 1px #000;
    }
    
.backarrow {
  display: flex;
  position: relative;
  width: 350px;
  padding-top: 20px;
  justify-content: space-between;
    }

.crt-overlay {
  inset: 0;
   background: repeating-linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0.05) 2px,
      transparent 2px,
      transparent 3px
    );
    animation: flicker 0.20s infinite;
    z-index: 4;
    pointer-events: none;
    position: absolute;
  }
  
.crt-overlay::before{
  opacity: .01671984;
  }
  
  }