#gooti-carousel {
  max-width: 960px;
  margin: auto;
  text-align: center;
}
#gooti-main-video iframe {
  width: 100%;
  height: 540px;
  border: none;
}
.gooti-thumbnails-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.gooti-thumbnails {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  max-width: 800px;
  gap: 10px;
}
.gooti-thumbnails img {
  cursor: pointer;
  width: 150px;
  height: 84px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 4px;
}
.gooti-thumbnails img.active {
  border-color: red;
}
.gooti-arrow {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}