@charset "UTF-8";
@import url("../webfonts/MaziusDisplay_Bold/stylesheet.css");
@import url("../webfonts/MaziusDisplay_ExtraItalicBold/stylesheet.css");
@import url("../webfonts/MaziusDisplay_Extraitalic/stylesheet.css");
@import url("../webfonts/MaziusDisplay_Regular/stylesheet.css");
@import url("../webfonts/OrticaLinear_Regular/stylesheet.css");
@import url("../webfonts/OrticaLinear_Light/stylesheet.css");
@import url("../webfonts/OrticaAngular_Bold/stylesheet.css");
@import url("../webfonts/OrticaLinear_Bold/stylesheet.css");
@media (min-width : 930px) and (max-width : 1250px) {
  .text_column {
    width: 100%;
  }
  .text_column {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .banner {
    margin-top: 0px;
    padding-top: 0px;
  }
  .thumbnail-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-left: 5vw;
    margin-right: 2.5vw;
    width: auto;
    height: 60vh;
  }
  .gallery {
    align-items: flex-end;
    justify-content: flex-end;
  }
  #imageCaption {
    text-align: right;
    width: 100%;
  }
  .DESC {
    position: absolute;
    width: 20vw;
    right: 40vh;
    bottom: 0;
    margin-right: 2.5vw;
    top: auto;
    left: auto;
  }
  #PRFBOTR002 {
    display: none;
  }
  .PRFTOPR002 {
    display: none;
  }
  #PRFMIDWRAPPER002 {
    width: 70%;
  }
  #PRFMIDWRAPPER {
    width: 30%;
  }
  #PRFMIDSEPARCOVER {
    height: 50vh;
    margin-right: 25%;
  }
  #COVER {
    margin-left: auto;
    margin-right: 0px;
    height: 100%;
    width: 70%;
  }
  #INPUTSPRF {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    width: 100%;
    height: 100%;
    gap: 100px;
    flex-shrink: 0;
    -webkit-overflow-scrolling: touch; /* Enables smooth touch scrolling on iOS */
    scrollbar-width: none; /* Hides scrollbar in Firefox */
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    mask-image: none;
    mask-image: linear-gradient(90deg, black 70%, transparent 100%);
  }
  #RIGHTHOME2 {
    display: none;
    background-color: black;
  }
  #RIGHTHOME {
    background-color: black;
    display: flex;
    
  }
  .CTCRIGHTWRAP {
    display: none;
  }
  .CTCLEFTWRAP {
    width: 100%;
  }
}