.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-notes-layout {
  display: grid;
  justify-content: start;
  justify-items: center;
  grid-template-columns: 65% 35%;
  gap: 24px;
  max-height: 100%;
}

.notes-column {
  max-height: 100%;
}

@media (min-width: 1440px) {
#commentBox {
 height: 575px!important;
 }
  .video-notes-layout {
    grid-template-columns: 70% 30%;
  }

  .notes-panel {
    max-width: 460px;
  }
}

a {
text-decoration: none;
 }
 
 .save-item {
 padding: 10px;
 margin-left: 10px;
  }
 
@media (max-width: 1023px) {

  .video-notes-layout {
    grid-template-columns: 1fr;
  }
}
.comment-big { font-size: 40px; line-height: 1.0; }

  .fbshare {
 background-color: #1877F2;
   width: 100%;
   max-width: 400px;
   height: 50px;
   color: white;
  }
  
  ul {
    list-style-type: none;
   } 
  
  @media screen and (max-width: 699px) {
   .savedpanel {
 top: 103px;
  }
    .video-wrapper.mobile-mini {
    width: 245px;
  }

  .video-wrapper.mobile-full {
    width: 100%;
  }
    	  #commentBox {
	  margin: 10px;
	  width: 100%;
height: 200px;
	margin-top: 10px;
		margin-bottom: 10px;
		}
		
    .comment-row {
      grid-template-columns: 1fr 96px;
    }
    .comment-image {
      width: 96px;
    }
  .feed {
  width: 75px;
  height: 75px;
   }
  #hero {
   height: 100px;
   }
  }
 @media screen and (min-width: 700px) {
 .savedpanel {
 top: 153px;
  }
   .feed {
  width: 125px;
  height: 125px;
   }
 #commentBox {
 margin-right: 34px;
 width: calc(100% - 34px);
 height: 445px;
 }
 
  #hero {
   height: 150px;
   }
   
 }
 
 .init {
 opacity: 0.3;
  }

  h1 {
  margin-top: 0px;
   }

 /* Comment Box container (no borders) */
  #commentBox {
    background-color: white;
    overflow-y: auto;
    font-family: Barlow, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 10px;
	margin-top: 0px;
		margin-bottom: 0px;
padding: 10px;
  }

  .comment-text {
    font-size: 12px;
    line-height: 1.35;
  }
  
    .tv {
    font-size: 32px;
    line-height: 1.35;
  }

  .comment-row.latest .comment-text {
    animation: highlightFade 0.7s ease-out;
    font-size: 16px;
    font-weight: 700;
  }
  
  @keyframes highlightFade {
  0% {
    background-color: rgba(164, 244, 247, 0);
  }
  55% { /* ~0.4s in */
    background-color: rgba(164, 244, 247, 0.5);
  }
  100% { /* ~0.7s total */
    background-color: rgba(164, 244, 247, 0);
  }
}

  .comment-image {
    width: 120px;
  }

  .comment-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px; /* not a border; just rounding */
  }
  
   .tv {
 font-size:32px;
  }
  
  button {
  font-size: 16px;
font-weight: 700;
clear: left;
background-color: #FF6F61;;
color: #000000;
margin: 10px 0px 0px 0px;
   }