.video-thumb {
  position: relative;
  transition: 0.2s;
}

.video-thumb:hover {
  transform: scale(1.1);
}

