.main-video {
  width: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #000;
  cursor: pointer;
}

.video-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deconstructed-icon {
  max-width: 17%;
}

.shop-btn {
  background-color: red;
  color: white;
  padding: 10px 20px;
  border: none;
  font-size: 20px;
  border-radius: 10px;
  cursor: pointer;
}

/* on mobile devices */
@media screen and (max-width: 767px) {
  .shop-btn {
    font-size: 13px;
    padding: 8px 12px;
  }
}
