@font-face {
    font-family: LTWave;
    src: url(font/LTWaveAlt-Medium.otf);
}

@font-face {
    font-family: CreatoDisplay;
    src: url(font/CreatoDisplay-Regular.otf);
}

@font-face {
    font-family: CreatoDisplay-Black;
    src: url(font/CreatoDisplay-Black.otf);
}

@font-face {
    font-family: ConsolaMono-Bold;
    src: url(font/ConsolaMono-Bold.ttf);
}

@font-face {
    font-family: ConsolaMono;
    src: url(font/ConsolaMono-Book.ttf);
}

@font-face {
    font-family: NovecentoSans;
    src: url(font/Novecentosanswide-Normal.otf);
}

@font-face {
    font-family: NovecentoSans-Bold;
    src: url(font/Novecentosanswide-DemiBold.otf);
}

@font-face {
    font-family: LCD;
    src: url(font/NbpReadout-RBVA.ttf);
}

body {
  background-color: #999999;
}

.backcolor {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 200%;
    position: fixed;
    background-attachment: fixed;
    background-color: #ffffff;
    z-index: 0;
}

.background {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 200%;
    position: fixed;
    overflow: hidden;
    background-attachment: fixed;
}

.checkerboard {
    width: 300%;
    height: 200%;
    position: absolute;
    background-attachment: fixed;
    background-position: center;
    background: url(svg/white/checker.svg) repeat;
    background-size: 10vmin 10vmin;
    animation: checkerslide 2.5s linear infinite;
    z-index: 1;
}

.BG_arrow {
    width: 200vw;
    height: 100vh;
    background-size: 50vmax 75vmax;
    position: absolute;
    left: -50vmax;
    background-repeat: repeat-x;
    animation: bgArrow 2s linear infinite;
    z-index: 2;

    background-image: url(svg/white/BGarrow.svg);
}

@keyframes bgArrow {
  0% { transform: translate3d(-50vmax, 0, 0); }
  100% { transform: translate3d(0vh, 0, 0); }
}

@keyframes checkerslide {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-10vmin, 0vw, 0); } /* what we subtract needs to be same as bg image width*/
}

.centerContent {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.navBar {
    container-type: size;
    width: 50%;
    min-width: 1000px;
    height: 8vh;
    min-height: 75px;
    position:fixed;
    background-attachment: fixed;
    z-index: 254;
    backdrop-filter: blur(0.2vw);
    background-size: 100%;
    display: flex;
    border: 50px;
    border-style: solid;
    border-width: 1px;

    background-color: #ffffff77;
    border-color: #dedede;
    filter: drop-shadow(0px 0px 10px #dedede);
    background-image: url(svg/white/shine.svg);
}

.navBarShading {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #00000044, #ffffff00);
}

img.navBar_indexButton {
    top: 10%;
    left: 1%;
    height: 80%;
    position: fixed;
    content: url(svg/white/Logo.svg);
}

img.navBar_searchIcon {
    top: 25%;
    left: 20%;
    height: 50%;
    position: fixed;
    content: url(svg/white/search2.svg);
}

img.navBar_cartIcon {
    top: 25%;
    right: 5%;
    height: 50%;
    position: fixed;

    content: url(svg/white/cart.svg);
}

form.navBar_search {
    left: 25%;
    width: 30%;
    height: 100%;
    position: fixed;
}

input.navBar_searchInput {
    font-size: 3cqw;
    width: 100%;
    height: 100%;
    border: 0;
    border-width: 0;
    box-shadow: 0;
    outline: none;
    background: none;
    font-family: NovecentoSans;

    color: #000000;
}

.navBar_sell {
    top: 25%;
    right: 15%;
    height: 50%;
    position: fixed;
    font-family: NovecentoSans-Bold;
    font-size: 3cqw;
    overflow: hidden;
    white-space: nowrap;

    color: #000000;
}

.navBar_ext {
    visibility: visible;
    container-type: size;
    top: 8vh;
    width: 50%;
    min-width: 1000px;
    height: 4vh;
    position:fixed;
    background-attachment: fixed;
    z-index: 254;
    backdrop-filter: blur(0.2vw);
    background-size: 100%;
    display: flex;
    justify-content: space-evenly;
    border: 50px;
    border-style: solid;
    border-width: 1px;
    font-family: LCD;
    font-size: 3.4cqh;

    background-color: #444444dd;
    border-color: #dedede;
    filter: drop-shadow(0px 0px 10px #dedede);
    background-image: url(svg/white/shine_lite.svg);
}

.navBar_ext_mobile {
    visibility: hidden;
    container-type: size;
    top: 10vh;
    width: 100%;
    min-width: 0px;
    height: 4vh;
    position:fixed;
    background-attachment: fixed;
    z-index: 254;
    backdrop-filter: blur(0.5vw);
    background-size: 150%;
    display: flex;
    justify-content: space-evenly;
    border: 50px;
    border-style: solid;
    border-width: 1px;
    font-family: LCD;
    font-size: 3.4cqh;

    background-color: #444444dd;
    border-color: #dedede;
    filter: drop-shadow(0px 0px 10px #dedede);
    background-image: url(svg/white/shine_lite.svg);
}

.navBar_ext_Link {
    height: 100%;
    color: #ffffff;
    animation: navbar_ext_flicker 0.05s step-end infinite;
}

@keyframes navbar_ext_flicker {
    0% { color: #ffffff; }
    50% {color: rgb(235, 235, 235);}
    100% { color: #ffffff; }
}


.pageContent {
    width: 50%;
    min-width: 1000px;
    height: 100%;
    z-index: 3;
    position: relative;
}

.pageContent_BG_Fade {
    width: 50%;
    min-width: 1000px;
    height: 100%;
    position: fixed;
    background-attachment: fixed;
    z-index: 2;
    
    background-color: #ffffff;
    filter: blur(12px) drop-shadow(0px 0px 50px #ffffff);
}

.pageContent_BG_Solid {
    width: 50%;
    min-width: 1000px;
    height: 100%;
    position: fixed;
    background-attachment: fixed;
    z-index: 2;
    background-color: white;
    border-style: double;
    border-width: 0.5vw;
    border-color: lightgrey;
}

.pageContent_filler {
    width: 100%;
    height: 14vh;
    min-height: 75px;
}

img.getStarted_backLine {
    margin-left: 15%;
    width: 70%;
    position: absolute;
    content: url(svg/getstarted/getstarted_backline.svg);
    z-index: 4;
    animation: jitter 1.74s step-end infinite
}

img.getStarted_frontLine {
    margin-left: 15%;
    width: 70%;
    position: absolute;
    content: url(svg/getstarted/getstarted_frontline.svg);
    z-index: 5;
    animation: jitter 2.23s step-end infinite
}

img.getStarted_text {
    margin-left: 15%;
    width: 70%;
    position: absolute;
    content: url(svg/getstarted/getstarted_text.svg);
    z-index: 6;
}

img.whatsNew {
    margin-top: 20%;
    width: 20%;
    content: url(svg/whatsnew.svg);
    z-index: 4;
}

.search_results {
    visibility: visible;
    left: 20%;
    width: 80%;
    height: 100vw;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    z-index: 4;
}

.search_thumbnailSpace {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

a.thumb_small {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.09;
    margin-bottom: 1vmax;
}

.thumbnail_small_container {
    width: 100%;
    height: 100%;
    border-radius: 1vmax;
    z-index: 6;
    cursor: pointer;
    container-type: size;
    border-style: solid;
    border-width: 0.1vmax;

    color: #ffffff;
    border-color: #dedede;
}

.thumbnail_small_imgContainer {
    margin-top: 15cqh;
    width: 9%;
    height: 70cqh;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #00000000;
}

.thumbnail_small_detailsContainer {
    width: 55%;
    height: 100cqh;
}

.thumbnail_small_priceContainer {
    width: 30%;
    height: 100cqh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.thumbnail_small_title {
    margin-top: 10cqh;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.05;
    font-family: CreatoDisplay-Black;
    font-size: 20cqh;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

    color: #000000;
}

.thumbnail_small_subtext {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.045;
    font-family: CreatoDisplay;
    font-size: 20cqh;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

    color: rgb(105, 105, 105);
}

.thumbnail_small_availability {
    width: 50%;
    height: auto;
    aspect-ratio: 1 / 0.2;
    font-family: CreatoDisplay;
    font-size: 25cqh;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;

    color: rgb(105, 105, 105);
}

.thumbnail_small_price {
    width: 50%;
    height: auto;
    aspect-ratio: 1 / 0.25;
    font-family: CreatoDisplay;
    font-size: 35cqh;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;

    color: rgb(105, 105, 105);
}

a.thumb_big {
    width: 23%;
    height: auto;
    aspect-ratio: 1 / 1.5;
    margin-bottom: 1vmax;
}

.thumbnail_big_container {
    width: 100%;
    height: 100%;
    border-radius: 1vmax;
    z-index: 6;
    cursor: pointer;
    container-type: size;
    border-style: solid;
    border-width: 0.1vmax;

    color: #ffffff;
    border-color: #dedede;
}

.thumbnail_detailSpacer {
    width: 100;
    display: flex;
    justify-content: space-evenly;
}

.thumbnail_img_container {
    width: 80%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-left: 10%;
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.thumbnail_img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.thumbnail_title {
    margin-top: 5%;
    width: 90%;
    height: auto;
    aspect-ratio: 1 / 0.15;
    font-family: CreatoDisplay-Black;
    font-size: 10cqw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

    color: #000000;
}

.thumbnail_subtext {
    width: 90%;
    height: auto;
    aspect-ratio: 1 / 0.13;
    font-family: CreatoDisplay;
    font-size: 8cqw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

    color: rgb(105, 105, 105);
}

.thumbnail_availability {
    width: 50%;
    height: auto;
    aspect-ratio: 1 / 0.16;
    margin-top: 4%;
    font-family: CreatoDisplay;
    font-size: 7cqw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

    color: rgb(105, 105, 105);
}

.thumbnail_price {
    width: 40%;
    height: auto;
    aspect-ratio: 1 / 0.16;
    margin-top: 2%;
    font-family: CreatoDisplay;
    font-size: 9cqw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;

    color: rgb(105, 105, 105);
}

.debug_gamelisting {
    width: 100%;
    height: 22px;
    font-family: ConsolaMono-Bold;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}


input.search_controls_viewToggle {
    visibility: hidden;
}

input.search_controls_viewToggle.active {
    visibility: hidden;
}

.search_controls {
    container-type: size;
    width: 19%;
    height: auto;
    position: absolute;
    z-index: 6;
}

.search_controls.active {
    visibility: visible;
}

.search_controlSpacer {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.search_controlLabel {
    width: 90%;
    height: 15cqw;
    font-family: LTWave;
    font-size: 13cqw;
    cursor: default;
    overflow: hidden;
    white-space: nowrap;

    color: #000000;
}

input.search_viewButton_small {
    width: 25cqw;
    height: 25cqw;
    border: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    background-size: 100%;

    background-image: url("svg/white/search_smlView.svg");
}

input.search_viewButton_small:disabled {
    cursor: default;

    background-image: url("svg/white/search_smlView_sel.svg");
}

input.search_viewButton_big {
    width: 25cqw;
    height: 25cqw;
    border: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    background-size: 100%;

    background-image: url("svg/white/search_bigView.svg");
}

input.search_viewButton_big:disabled {
    cursor: default;

    background-image: url("svg/white/search_bigView_sel.svg");
}

select.search_sortBy {
    width: 90%;
    height: 12cqw;
    font-size: 10cqw;
    border: 0px;
    background-color: rgba(0, 0, 0, 0);
    font-family: LTWave;
    margin-bottom: 0vw;

    color: #000000;
}

input.search_controlButton_half {
    width: 40%;
    height: 12cqw;
    font-size: 10cqw;
    font-family: LTWave;
    border: 0px;
    cursor: pointer;

    background-color: #ffffff;
    color: #000000;
}

input.search_controlButton_half:disabled {
    cursor: default;

    background-color: #000000;
    color: #ffffff;
}

input.search_controlButton {
    width: 90%;
    height: 15cqw;
    font-size: 13cqw;
    font-family: LTWave;
    cursor: default;
    border: 0px;
    cursor: pointer;

    background-color: #ffffff;
    color: #000000;
}

input.search_controlButton_third {
    width: 27%;
    height: 10cqw;
    font-size: 6cqw;
    font-family: LTWave;
    border: 0px;
    cursor: pointer;

    background-color: #ffffff;
    color: #000000;
}

input.search_controlButton_third_active {
    width: 27%;
    height: 10cqw;
    font-size: 6cqw;
    font-family: LTWave;
    border: 0px;
    cursor: pointer;

    background-color: #000000;
    color: #ffffff;
}

input.search_controlButton_third_active:disabled {
    cursor: default;
}

.search_controlSubLabel {
    width: 27%;
    height: 10cqw;
    font-size: 10cqw;
    font-family: LTWave;
    margin-left: 0.5vw;
    cursor: default;

    color: #000000;
}

input.search_controlDate {
    width: 53%;
    height: 10cqw;
    border: 0px;

    background-color: #ffffff;
    color: #000000;
}

img.s_loadinggear {
    visibility: hidden;
    background-attachment: fixed;
    position: fixed;
    width: 10vw;
    height: 10vw;
    top: 45vh;
    left: 50vw;
    animation: spin 2s linear infinite;
    z-index: 255;

    content: url(svg/white/gear.svg);
}

.search_controlsBG{
    left: -1%;
    width: 15%;
    height: 200vh;
    position: absolute;
    overflow: hidden;
    filter: blur(2vmax);
    z-index: 3;

    background-color: #dedede;
}

.search_controlsBG.active {
    visibility: visible;
}

.search_controlsLeak {
    left: 8%;
    width: 30%;
    height: 200vh;
    position: absolute;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    background-size: 100% auto;
    z-index: 3;

    background-image: url("svg/white/search_sidebarLeaker.svg");
}

.search_systemFilter_container {
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    transition-duration: 0.7s;
    z-index: 300;
}

.search_systemFilter_container.active
{
    visibility: visible;
    backdrop-filter: blur(.1vw);
    opacity: 1;
}

.search_systemFilter_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background-size: 300cqh 100cqh;
    background-position: -300cqh 0cqh;
    background-repeat: no-repeat;
    transition-duration: 0.7s;
    transition-timing-function: linear;
    z-index: 302;

    background-image: url(svg/white/filterBG.svg);
}

.search_systemFilter_bg.active {
    background-position: 0cqh 0cqh;
}

.search_systemFilter_content {
    left: -150%;
    width: 100%;
    height: 50cqh;
    margin-top: 25cqh;
    position: fixed;
    transition-duration: 0.7s;
    transition-timing-function: ease-out;
    z-index: 302;
}

.search_systemFilter_content.active {
    left: 0%;
}

input.search_systemFilter_exit {
    width: 50cqh;
    height: 50cqh;
}

.item_bgColor {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-attachment: fixed;
    background-position: center;
}

.item_gameBgContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #000000;
}

img.item_bgScreen {
    width: 100cqw;
    height: auto;
    filter: blur(0.5cqw);
}

.item_titleContainer {
    container-type: inline-size;
    width: 100%;
    z-index: 3;
}

.item_textTitle {
    width: 95%;
    height: auto;
    margin-left: 2.5%;
    font-family: LTWave;
    font-size: 5cqw;

    color: #000000;
}

.item_logoContainer {
    width: 90%;
    height: 13cqh;
    margin-left: 5%;
    display: flex;
    align-items: center;
}

img.item_logo {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.item_sysYearContainer {
    container-type: inline-size;
    width: 30%;
    display: flex;
    margin-left: 5%;
    margin-top: 0.5cqh;
    margin-bottom: 2cqh;
    justify-content: space-evenly;
}

.item_sysYearText {
    font-family: LTWave;
    font-size: 6cqw;
    color: #555555;
    cursor: default;
}

.item_contentView {
    position: relative;
    width: 60%;
    height: auto;
    aspect-ratio: 4 / 3;
    margin-left: 5%;

    background-color: #000000;
    filter: drop-shadow(0px 0px 15px #000000);
}

.item_videoContent {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: contain;
}

img.contact {
    width: 40%;
    margin-top: 20vh;
    margin-left: 5%;
    content: url(svg/white/contact.svg);
    animation: jitter 1s step-end infinite;
}

.contact_LargeTextContainer {
    container-type: size;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.08;
    z-index: 3;
}

.contact_LargeText {
    width: 90%;
    height: auto;
    margin-left: 5%;
    font-family: NovecentoSans-Bold;
    font-size: 4.8cqw;

    color: #000000;
}

.contact_SmallTextContainer {
    container-type: size;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.03;
    z-index: 3;
}

.contact_SmallText {
    width: 90%;
    height: auto;
    margin-left: 5%;
    font-family: LTWave;
    font-size: 1.8cqw;
    
    color: #555555;
}

@keyframes spin {
  0% { rotate: 0deg; }
  100% { rotate: 359deg; }
}

@keyframes jitter {
    0% { rotate: -1deg; }
    50% {rotate: 1deg}
    100% { rotate: -1deg; }
}

@keyframes hide {
    0% { opacity: 1; }
    100% { opacity: 0.3; }
}

@media screen and (orientation: portrait), screen and (max-width: 1000px) {
    .checkerboard {
        width: 300%;
        height: 200%;
        position: absolute;
        background-attachment: fixed;
        background-position: center;
        background-size: 30vmin 30vmin;
        animation: checkerslide 2.5s linear infinite;
        z-index: 1;
    }

    @keyframes checkerslide {
        0% { transform: translate3d(0, 0, 0); }
        100% { transform: translate3d(-30vmin, 0vw, 0); } /* what we subtract needs to be same as bg image width*/
    }

    .BG_arrow {
        visibility: hidden;
    }
    
    .pageContent {
        width: 100%;
        min-width: 0px;
    }

    .pageContent_BG_Fade {
        width: 150%;
        min-width: 0px;
        opacity: 0.5;
    }

    .pageContent_BG_Solid {
        width: 150%;
        min-width: 0px;
        opacity: 0.7;
    }

    .pageContent_filler {
        height: 16vh;
    }

    .navBar {
        width: 100%;
        min-width: 0px;
        backdrop-filter: blur(0.5vw);
        background-size: 150%;
    }

    .navBar_ext {
        visibility: hidden;
        width: 100%;
        min-width: 0px;
        backdrop-filter: blur(0.5vw);
        background-size: 150%;
    }

    .navBar_ext_mobile {
        visibility: visible;
    }

    img.navBar_indexButton {
        content: url(svg/Logo_small.svg);
    }

    img.navBar_searchIcon {
        visibility: hidden;
    }

    form.navBar_search {
        left: 25%;
    }

    input.navBar_searchInput {
        font-size: 3vh;
    }

    .navBar_sell {
        visibility: hidden;
    }

    img.getStarted_backLine {
        margin-left: 5%;
        width: 90%;
    }

    img.getStarted_frontLine {
        margin-left: 5%;
        width: 90%;
    }

    img.getStarted_text {
        margin-left: 5%;
        width: 90%;
    }

    img.whatsNew {
        margin-top: 25%;
        width: 40%;
    }

    .search_results {
        left: 0%;
        width: 100%;
    }

    .search_controls {
        visibility: visible;
        width: 60%;
        left: -100%;
        transition-duration: 1s;
    }

    .search_controls.active {
        left: 0%;
    }

    .search_controlsBG{
        left: -100%;
        width: 70%;
        z-index: 5;
        transition-duration: 1s;
    }

    .search_controlsBG.active {
        left: -5%;
    }

    .search_controlsLeak {
        visibility: hidden;
    }
    

    a.thumb_big {
        width: 40%;
    }

    a.thumb_small {
        aspect-ratio: 1 / 0.15;
        margin-bottom: 1vmax;
    }

    .thumbnail_small_detailsContainer {
        width: 40%;
        height: 100cqh;
    }

    .thumbnail_small_priceContainer {
        width: 40%;
        height: 100cqh;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .thumbnail_small_title {
        aspect-ratio: 1 / 0.09;
    }

    .thumbnail_small_subtext {
        margin-top: 3cqh;
        aspect-ratio: 1 / 0.09;
    }

    .thumbnail_small_availability {
        aspect-ratio: 1 / 0.2;
        font-size: 20cqh;
    }

    .thumbnail_small_price {
        aspect-ratio: 1 / 0.25;
        font-size: 30cqh;
    }


    input.search_controls_viewToggle {
        visibility: visible;
        top: 20%;
        left: 5%;
        width: 20%;
        height: auto;
        aspect-ratio: 1 / 1;
        position:fixed;
        border: 0px;
        font-size: 0px;
        cursor: pointer;
        transition-duration: 1s;
        z-index: 256;

        background-color: #00000000;
        background-image: url(svg/white/open_ctrl.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    input.search_controls_viewToggle.active {
        visibility: visible;
        left: 55%;
        rotate: 180deg;
    }

    img.s_loadinggear {
        width: 10vh;
        height: 10vh;
        top: 45vh;
        left: 60vw;
    }

    img.item_bgScreen {
        width: auto;
        height: 100cqh;
        filter: blur(0.5cqw);
    }

    .item_contentView {
        width: 90%;
    }

    .item_logoContainer {
        justify-content: center;
        width: 90%;
        height: 10cqh;
        margin-left: 5%;
    }

    img.contact {
        width: 90%;
        margin-top: 20vh;
        margin-bottom: 1vh;
    }

    .contact_LargeTextContainer {
        aspect-ratio: 1 / 0.1;
    }

    .contact_LargeText {
        font-size: 5.5cqw;
    }

    .contact_SmallTextContainer {
        aspect-ratio: 1 / 0.1;
    }

    .contact_SmallText {
        font-size: 3.7cqw;
    }

}