html::-webkit-scrollbar {
  width: 7px;
}
  
/* Track */
html::-webkit-scrollbar-track {
  background: #aadef0; 
}
   
/* Handle */
html::-webkit-scrollbar-thumb {
  background: #5c98ac;
  border-radius: 4px;

}
  
/* Handle on hover */
html::-webkit-scrollbar-thumb:hover {
  background: #115f79; 
}

#video {
  width: 453px;
  height:280px;
}

.itens {
  display: flex;
  align-items: center;
}

#top {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  #video {
    width: 253px;
    height:180px;
  }
}