/* Max width 1550px */
@media only screen and (max-width: 1550px) {
  /* line 4, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-hero-container {
    width: 92%;
  }
  /* line 8, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-latestVideos-inner-wrapper {
    width: 92%;
  }
  /* line 12, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .all-videos-card-grid {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  }
}

/* Max width 1400px */
/* Max width 1300px */
@media only screen and (max-width: 1300px) {
  /* line 23, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-latestVideos-card-wrapper {
    gap: 10px;
  }
  /* line 27, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-subCards-grid {
    gap: 10px;
  }
}

/* Max width 1260px */
@media only screen and (max-width: 1200px) {
  /* line 37, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-hero-container {
    width: 95%;
  }
  /* line 41, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-latestVideos-inner-wrapper {
    width: 95%;
  }
  /* line 45, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .all-videos-inner-wrapper {
    width: 95%;
  }
}

/* Max width 1100px */
@media only screen and (max-width: 1100px) {
  /* line 53, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-search-cont {
    width: 70%;
  }
  /* line 57, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-main-image-container {
    height: 100%;
  }
  /* line 61, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-sub-image-container {
    height: 200px;
  }
  /* line 65, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-title {
    font-size: 3rem;
  }
  /* line 69, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-title-info {
    font-size: 1.3rem;
  }
}

/* Max width 1080px */
/* Max width 1026px */
/* Max width 980px */
@media only screen and (max-width: 980px) {
  /* line 83, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-latestVideos-card-wrapper {
    grid-template-columns: 1fr;
  }
  /* line 87, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-main-image-container {
    height: 42vh;
  }
  /* line 91, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-subCards-grid {
    grid-template-columns: 1fr 1fr;
  }
  /* line 95, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .all-videos-card-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Max width 900px */
/* Max width 800px */
@media only screen and (max-width: 800px) {
  /* line 106, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-hero-section-wrapper {
    margin-top: 72px;
  }
  /* line 110, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-allVideos-image-container {
    height: 225px;
  }
}

/* Max width 750px */
@media only screen and (max-width: 750px) {
  /* line 117, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-hero-container {
    align-items: center;
  }
  /* line 121, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-title-cont {
    justify-content: center;
  }
  /* line 125, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-title-info {
    text-align: center;
  }
  /* line 129, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-hero-container {
    gap: 30px;
  }
}

/* Max width 650px */
@media only screen and (max-width: 650px) {
  /* line 137, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-sub-image-container {
    height: 190px;
  }
  /* line 141, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-allVideos-image-container {
    height: 240px;
  }
}

/* Max width 540px */
/* Max width 500px */
@media only screen and (max-width: 500px) {
  /* line 154, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-subCards-grid {
    grid-template-columns: 1fr;
  }
  /* line 158, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .all-videos-card-grid {
    grid-template-columns: 1fr;
  }
}

/* Max width 440px */
@media only screen and (max-width: 440px) {
  /* line 166, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-search-cont {
    width: 90%;
  }
  /* line 170, app/assets/stylesheets/industry_video/videos-landing-media-queries-style.scss */
  .videosLanding-search-input button {
    padding: 10px 20px 20px 20px;
  }
}
