.video-shorts-title {
  color: #f47838;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

.video-shorts-container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

/* Video Shorts Section */
.video-shorts {
  background-color: #000;
  text-align: center;
  overflow: hidden;
  padding: 40px 0px 50px 0px;
}

.video-shorts-heading h2 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;

}

.sale-assist-id {
  display: none;
}
@media (min-width: 900px) {
  .video-shorts-heading h2 {
    font-size: 30px;
    line-height: 34px;
  }
}