@media (orientation: portrait) {
  .store_gallery_item_mob {
    visibility: visible;
  }

  .store_gallery_item {
    visibility: hidden;
  }

  .bg_img_mob,
  .home_cover_mob {
    opacity: 1;
  }

  .home_cover_slider {
    background-image: none !important;
  }
}

@media (max-width: 700px) {
  html,
  body {
    font-size: 3vw;
  }

  .back_stage_item {
    height: 100vw;
  }

  header {
    width: 100%;
  }

  .site-header,
  .primary-menu-container {
    padding: 6vw;
    width: 100%;
    padding-bottom: 0;
  }

  .primary-navigation {
    width: 100%;
    height: 100%;
  }

  .primary-navigation > .primary-menu-container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  div.stores,
  div.entry-content.contact {
    margin-top: 28vh;
    margin-left: 26vw;
    box-sizing: border-box;
  }

  .gt_logo_top,
  .site-branding:first-child {
    width: 20vw;
  }

  .primary-navigation > div > .menu-wrapper li {
    width: 25vw;
  }

  .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    position: absolute;
  }

  .primary-navigation > .primary-menu-container {
    /*
    background-color: rgba(0, 0, 0, 0.5);
*/
  }

  .collection_title,
  .collection_show_video_title,
  .collection_back_stage,
  h2 {
    padding-left: 6vw;
    padding-right: 6vw;
    text-align: left;
  }
  div.entry-content.contact h2 {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  .collection_gallery {
    height: 80vh;
  }

  .swiper-container.collection_gallery {
    display: none;
  }
  .collection_gallery_mob {
    display: block;
  }

  .project_item_title {
    line-height: 1;
  }

  .project_item {
    height: 100vh;
  }
  .project_item img {
    height: 100%;
    object-fit: cover;
  }

  .store_title,
  .project_item_title,
  .the_home_collection_text {
    font-size: 1.3rem;
    line-height: 1;
  }

  .store_item {
    margin-bottom: 1.5em;
  }

  .home_cover_mob {
    opacity: 1;
  }

  .project_item_title,
  .the_home_collection_text {
    width: 80%;
  }
}
