.slideHolder {
  width: 100%;
}

.slideMask {
  width: 100%;
  position: relative;
}

.customSlide {
  width: 100%;
  position: relative;
  transition: all 5000ms ease;
}

.customSlide iframe {
  width: 100%;
  height: 500px;
}

.customThumbnail {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
}

.customThumbnail img {
  height: 100%;
  width: 80%;
}

.thumbMask {
  display: flex;
  position: relative;
  transition: all 1000ms ease;
}

.thumbHolder {
  overflow: hidden;
  position: relative;
}

.thumbLeftArrow {
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
}

.thumbRightArrow {
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
}

.thumbLeftArrow img,
.thumbRightArrow img {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
