/* PRE */
[v-cloak] {display: none}
body,html{
    width:100%;
    font-family: "Space Mono",monospace !important;
    background:rgb(18,18,18) !important;
    scroll-behavior: smooth;
    /*height: 100%;*/
}
#main{
    position: relative;
    z-index: 100;
}
/* SCROLL HOME FIX */
#main>div{
    overflow: scroll;
}
#main>div::-webkit-scrollbar {
    display: none;
}
#main>div{
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}
body h1,body h2,body h3,body p{
    color:rgb(250,250,250);
}
main{
    width: 80%;
    margin:0 auto;
}
:root{
    --iframe_height: 300px;
}
/* HEADER */
header::before{
    background-color: #1c1c1c;
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.85;
    filter: blur(3px);
}
header{
    position:fixed;
    top:0;
    left:0;
    height: 85px;
    width: 100%;
    padding-left: 95px;
    z-index: 5
}

header h1{
    line-height: 85px;
    font-size: 2em;
    font-family: 'Major Mono Display','Courier New', Courier, monospace;
    text-transform: uppercase;
}
/* BACKGROUND */
#main::before {
    background-image: var(--backgroundUrl);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: brightness(0.25) grayscale(0.725) blur(7.5px);
    z-index: -1;
  }

/* GALLERIA */
div[galleria] h2,div[raccolta] h2,#listanews h2,#news h2{
    font-size: 40px;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
    margin-top:100px;
    text-transform: lowercase;
    font-family: 'Major Mono Display';
}
div[galleria] p:first-of-type,div[raccolta] p:first-of-type,#listanews p:first-of-type{
    font-size: 20px;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
    font-family: 'Be Vietnam Pro';
    Text-Shadow: #000 1px 0 0, #000 1px 1px 0, #000 1px -1px 0, #000 -1px 1px 0, #000 -1px 0 0, #000 -1px -1px 0, #000 0 1px 0, #000 0 -1px 0;
}

/* GALLERIA GALLERY */

.nGY2Viewer .title.nGEvent, .nGY2GThumbnailImageTitle{
    font-variant: small-caps;
    font-family: sans-serif;
}

.nGEvent .label .title{
    font-family: 'Be Vietnam Pro';
    font-size: 1.3em !important;
}
.nGY2Gallery .nGY2GThumbnailLabel{
    filter:none !important;
    background-color: rgba(34,34,34,.65) !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

#raccolta .nGY2Gallery .nGY2GThumbnailLabel{
    filter:none !important;
    background-color: rgba(34,34,34,.65) !important;
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
}

.toolbarContainer .toolbar .label .title.nGEvent{
    Text-Shadow: #000 1px 0 0, #000 1px 1px 0, #000 1px -1px 0, #000 -1px 1px 0, #000 -1px 0 0, #000 -1px -1px 0, #000 0 1px 0, #000 0 -1px 0;
}
.nGY2Gallery .nGY2GThumbnailLabel .nGY2GThumbnailTitle{
    font-family: 'Be Vietnam Pro';
}

#raccolta .nGY2Gallery .nGY2GThumbnailLabel .nGY2GThumbnailTitle{
    font-family: 'Major Mono Display';
    text-transform: lowercase;
    font-variant: initial;
    font-size: 2em;
}

.nGY2Popup .nGY2PopupContentCenter{
    width:40%;
    height: 40%;
}

.nGY2Popup{
    color:black;
}

.nGY2Popup input.nGY2PopupOneItemText{
    box-sizing: border-box;
}

/* HOME */

/* HOME BIO AND MOTIVATION */

#bio,#motivation,#motivation2,#motivation3{
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 80px;
}
#motivation p{
    margin-bottom: 20px;
    margin-top: 20px;
}
#motivation2 p,#motivation3 p{
    margin-bottom: 20px;
}
#motivation p:last-of-type{
    font-size: 1.1em;
}
#motivation{
    margin-top:500px;
}
#motivation2{
    margin-top: 50vh;
}
#motivation3{
    margin-top: 65vh;
}
#motivation3 p.home_quote{
    font-style: italic;
}
#motivation3 #quote_person{
    display: inline-block;
    width: 100%;
    text-align: right;
}
#quote_popup {
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: calc(100% - 100px); /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
#quote_popup .content {
    background-color: #F9F9F9;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    border-radius: 1%;
}
#quote_popup .content h4{
    color: black;
    font-family: 'Major Mono Display';
    text-transform: lowercase;
    font-size: 1.8em;
    margin-bottom: 0.85em;
}
#quote_popup .content h4 span{
    color:rgb(254,180,0)
}
#quote_popup .content p{
    color: black;
    font-size: 0.9em;
    text-align: left;
    line-height: 1.25em;
}
#quote_popup .content ul{
    text-align: right;
    color:black;
    padding-right: 25px;
}
#quote_popup .content div{
    justify-content: flex-end;
}
#quote_popup .content div img{
    height: 125px;
}
#quote_popup .content ul a{
    font-size: 0.8em;
    color:black;
    text-decoration: none;
}
#quote_popup .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
#quote_popup .close:hover,
#quote_popup .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#quote_popup .scale0point9{
    transform: scale(0.2);
}
#quote_popup .zoomTransition{
    transition: .3s ease-out transform;
    transform: scale(1);
}
.vertical_separator{
    width: 3px;
    height: 100%;
    background-color: rgb(254,221,0);
    position: absolute;
    top:0;
    left:calc(50% - 1.5px);
    z-index: 5;
}
.bio_div{
    width:100%;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bio_div > div{
    overflow: hidden;
}
.bio_div img{
    width: 30vw;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}
.bio_div h3,#motivation h3,#motivation2 h3,#motivation3 h3{
    font-size: 1.75em;
    margin-bottom: 15px;
    font-family: 'Major Mono Display';
    text-transform: lowercase;
}
.bio_div > div:first-child{
    width: 50%;
}
.bio_div > div > p,#motivation > p,#motivation2 > *,#motivation3 > *{
    text-align: justify;
    font-family: 'Be Vietnam Pro';
}
.bio_div > div[padding='0']{
    padding-right: 100px;
}
.bio_div > div[padding='1']{
    padding-left: 100px;
}
.bio_div > div:last-child{
    width: 50%;
    display: flex;
}
.bio_div div.bioPoint > div{
    margin:0 auto;
    z-index: 10;
}
.bio_div div.bioPoint > div:first-child{
    background-color: rgb(254,221,0);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    box-sizing: border-box;
    box-shadow: 0 0 0 4px hsl(0deg 0% 100%), inset 0 2px 0 rgb(0 0 0 / 8%), 0 3px 0 4px rgb(0 0 0 / 5%);
    box-shadow: 0 0 0 4px rgb(245,245,245),inset 0 2px 0 rgba(0,0,0,0.08),0 3px 0 4px rgba(0,0,0,0.05);
    position: absolute;
    left: calc(50% - 25px);
}
.bio_div  div > div.bioPoint{
    width: 50px
}
.bio_year{
    color:rgb(254,221,0)
}

/* mobile version 
#previews li.splide__slide img{
    width: auto;
    height: 150px;
    padding-right: 15px;
}
#main #slideshow_photos1, #main #slideshow_photos2{
    width:100vw;
    height: 150px;
    right:auto;
}
#previews ul.vertical_slideshow{
    display: flex;
}
#previews li.splide__slide{
    padding:0;

}

#main #slideshow_photos1{
    bottom:165px;
}
#main #slideshow_photos2{
    bottom:0px;
}*/



section{
    color:white;
    font-size: 20px;
}

/* PREVIEW */

#previews{
    height:calc(100vh - 85px);
    position: relative;
}
#previews > div{
    display: flex;
}

#previews .splide__slide{
    height: auto !important;
    padding-bottom: 30px;
}
#previews .splide__slide img{
    width: 300px;
}
#previews .splide__arrows,#previews .splide__pagination{
    display: none;
}

#previews .vertical_slideshow{
    display: block;
    height: 100%;
    overflow: hidden;
}

#previews > div > div:first-child{
    width: calc(100vw - 600px);
}

#slideshow_photos1, #slideshow_photos2{
    height: calc(100vh - 85px);
    position: fixed;
    right:0;
    width: 300px;
    transform: 0;
}
#slideshow_photos1{
    right:330px;
}
/* BEFORE BIO */

#before_bio{
    position: relative;
    width: calc(100vw - 680px);
}

/* AFTER PREVIEWS */
#after_previews{
    position: relative;
    background-color: rgb(18,18,18);
}

/* AVATAR */
#avatar{
    background: rgb(18,18,18);
    width: 50%;
    position: fixed;
    right: 0;
    z-index: 0;
    height: calc(100vh - 85px);
}
#avatar img{
    width:calc(45vw);
    position: relative;
    right: 5vw;
    bottom: 4vh;
    max-width: 830px;
    left: -5vw;
}
#logo{
    width:calc(40vw);
    position: fixed;
    top:50%;
    transform: translateY(-50%);
    max-width: 750px;
}
#arrow_down1{
    width:50px;
    position: fixed;
    bottom:10%;
}
#arrow_down2{
    width:50px;
    position: relative;
    left:50%;
    transform: translateX(-50%);
    top:-35vh;
}
/* BIO PRESENTATION */

#bio_presentation h2{
    width: 100%;
    text-align: center;
    font-family: 'Major Mono Display';
    text-transform: lowercase;
    font-size: 3em;
    position: relative;
    bottom: 200px;
}
#bio_presentation h2 span{
    color:rgb(254,221,0)
}
#bio_presentation h2::after{
    content: ".";
    color:rgb(254,221,0)
}

#motivation h3,#motivation2 h3,#motivation3 h3{
    font-family: 'Major Mono Display';
    text-transform: lowercase;
}
#motivation h3 span,#motivation2 h3 span,#motivation3 h3 span{
    color:rgb(254,221,0)
}

#motivation2 span.bigger_motivation{
    font-size: 1.25em;
    display: inline-block;
    padding-top: 0.75em;
    padding-bottom: 1em;
}

#arrow_down1,#arrow_down2{
    animation: MoveUpDown 1s ease-in-out infinite;
}
  
@keyframes MoveUpDown {
0%, 100% {
    transform: translateY(0);
}
50% {
    transform: translateY(7.5px);
}
}

/* NEWS */
#news_ul{
    display: block;
    max-width: 1800px;
    margin: 0 auto;
}

#news_ul li{
    padding-left: 3em;
    padding-right: 3em;
    padding-bottom: 1em;
    font-family: 'Be Vietnam Pro';
}

#news_ul li:last-child{
    padding-bottom: 2em;
}

#news_ul li > div{
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
    background-color: rgba(50,50,50,.1);
    display: flex;
    flex-wrap: wrap;
    backdrop-filter: blur(200px);
    -webkit-backdrop-filter: blur(200px);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#news_ul li > div > div:last-child{
    width: calc(66.6% - 2em);
    margin-left: 2em;
    position: relative;
}

#news_ul .news_thumbnail{
    border: 2px solid white;
    box-sizing: border-box;
    width: 33.3%;
    height: calc(215px + 2vw);
    background-size: cover;
    background-position: center;
}

#news_ul h3{
    font-size: 1.5em;
    margin-bottom: .15em;
}

#news_ul p{
    font-size: 1em;
    height: 7em;
    overflow: hidden;
}

#news_ul span{
    color:white;
    font-size: .75em;
    display: inline-block;
    margin-bottom: 1.75em;
}

#news_ul a{
    display: inline-block;
    background-color: #fef347;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 3px;
    color: black;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
}

#news_ul a:hover{
    text-decoration: none;
}

#pagination_controls .disabledLink{
    pointer-events: none;
    cursor: default;
    visibility: hidden;
}

#pagination_controls{
    display: block;
    text-align: center;
    color: white;
    margin-bottom: 2em;
}

#pagination_controls a:hover{
    /*color: rgb(64,104,144);*/
    color: #fef347;
}

#news_body{
    max-width: 1800px;
    margin: 0 auto;
    margin-top: 2em;
    text-align: left;
    font-family: 'Be Vietnam Pro';
    margin-bottom: 2em;
}

#news > span{
    color: white;
    text-align: center;
    display: block;
}

#news h2{
    margin-bottom: .25em;
}

#news_body iframe{
    width: 80%;
    margin: 0 auto;
    height: var(--iframe_height);
    display: flex;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

body {
    background-color: #222f3e;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.4;
    margin: 1rem;
}
#news_body a {
    color: #4099ff;
}
#news_body table {
    border-collapse: collapse;
}
/* Apply a default padding if legacy cellpadding attribute is missing */
#news_body table:not([cellpadding]) th,
#news_body table:not([cellpadding]) td {
    padding: 0.4rem;
}
/* Set default table styles if a table has a positive border attribute
    and no inline css */
#news_body table[border]:not([border="0"]):not([style*="border-width"]) th,
#news_body table[border]:not([border="0"]):not([style*="border-width"]) td {
    border-width: 1px;
}
/* Set default table styles if a table has a positive border attribute
    and no inline css */
#news_body table[border]:not([border="0"]):not([style*="border-style"]) th,
#news_body table[border]:not([border="0"]):not([style*="border-style"]) td {
    border-style: solid;
}
/* Set default table styles if a table has a positive border attribute
    and no inline css */
#news_body table[border]:not([border="0"]):not([style*="border-color"]) th,
#news_body table[border]:not([border="0"]):not([style*="border-color"]) td {
    border-color: #6d737b;
}
#news_body figure {
    display: table;
    margin: 1rem auto;
}
#news_body figure figcaption {
    color: #8a8f97;
    display: block;
    margin-top: 0.25rem;
    text-align: center;
}
#news_body hr {
    border-color: #6d737b;
    border-style: solid;
    border-width: 1px 0 0 0;
}
#news_body code {
    background-color: #6d737b;
    border-radius: 3px;
    padding: 0.1rem 0.2rem;
}
#news_body .mce-content-body:not([dir=rtl]) blockquote {
    border-left: 2px solid #6d737b;
    margin-left: 1.5rem;
    padding-left: 1rem;
}
#news_body .mce-content-body[dir=rtl] blockquote {
    border-right: 2px solid #6d737b;
    margin-right: 1.5rem;
    padding-right: 1rem;
}
#news_body strong{
    font-weight: 600;
}

#news_body em{
    font-style: italic;
}

/* FOOTER */
footer{
    position: relative;
    z-index: 200;
    font-family: 'Be Vietnam Pro';
    height: 240px;
}
footer > section{
    width: 90%;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 45px;
}
footer > section::before{
    background-color: #1c1c1c;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0.85;
    margin: 0 auto;
    filter: blur(2px)
}
footer > section > div > img{
    width: 300px
}
footer > section > div{
    width:33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer div{
    text-align: center;
}
footer img.footer_link{
    width: 30px;
    margin-right: 10px;
}
footer a{
    color: white;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.95em;
}
footer > section > div:last-child span{
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}
footer > section > div:last-child span:last-child{
    font-size: 0.85em;
}

/* GENERAL */
.page .page__content{
    min-height: calc(100vh - 240px);
}

/* ERROR 404 */
#fourzerofour_div{
    margin-top: 85px;
    height: calc(100vh - 325px);
}
#fourzerofour_message p{
    width: 100%;
    text-align: center;
    font-family: 'Be Vietnam Pro';
    font-size: 1.7em;
}
#fourzerofour_message p > span{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.35em;
}
#fourzerofour_message span span span{
    font-family: 'Major Mono Display';
    text-transform: lowercase;
    font-size: 1.35em;
}
#fourzerofour_div img{
    max-width: 45vw;
    max-height: calc(100vh - 400px);
}
#fourzerofour_div > div{
    width: 50%;
}

@media screen and (min-width: 1500px) {
    #previews > div > div:first-child {
        width: calc(50vw);
    }
  }

  @media screen and (min-width: 1180px) and (max-width:1220px){
    #previews > div > div:first-child {
        width: calc(45vw);
    }
  }
/*! 1200 px section */

@media screen and (max-width: 1179px) {
    #previews > div > div:first-child {
        width: calc(50vw);
    }
    footer > section > div > img{
        width: 260px;
    }
    footer a{
        font-size: 0.85em;
    }
    #slideshow_photos1{
        right:230px;
    }
    #slideshow_photos1,#slideshow_photos2{
        width: 200px;
    }
    #previews .splide__slide img{
        width: 200px;
    }
    #before_bio{
        width: calc(100vw - 480px);
    }
}

/*! 992 px section */

@media screen and (max-width: 991.8px) {
    main{
        width: 90%;
    }
    #slideshow_photos1{
        right:180px;
    }
    #slideshow_photos1,#slideshow_photos2{
        width: 280px;
    }
    #previews .splide__slide img{
        width: 280px;
    }
    #before_bio{
        width: calc(100vw - 320px);
    }
    footer > section > div > img{
        width: 280px;
    }
    footer{
        height: auto;
    }
    footer section{
        flex-wrap: wrap;
    }
    footer section > div{
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .bio_div{
        margin-bottom: 70px;
    }
    .bio_div > div:first-child{
        width:100%;
    }
    .bio_div div.bioPoint{
        width:0%;
    }
    .bio_div div.bioPoint > div:first-child{
        left: inherit;
        right: -10px;
    }
    .vertical_separator {
        left: inherit;
        right: 12.5px;
    }
    .bio_div > div[padding='0']{
        padding-right: 50px;
    }
    .bio_div > div[padding='1']{
        padding-right: 50px;
        padding-left: 0px;
    }
    .bio_div img{
        width: 75%;
    }
    /*.bio_div h3,#motivation h3,#motivation2 h3{
        font-size: 6.5vw;
    }*/
    #logo{
        left:2%;
        width: 55vw;
        z-index: 201;
    }
    #avatar img{
        width: 55vw;
        left:0;
        mask-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0) 20%,rgba(0, 0, 0, 1) 45%,rgba(0, 0, 0, 1) 100%);
        -webkit-mask-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0) 20%,rgba(0, 0, 0, 1) 45%,rgba(0, 0, 0, 1) 100%);
        position: relative;
        top:-7.5vh;
    }
    #arrow_down1{
        z-index: 201;
        width: 35px;
        left: 30%;
    }
}

/*! 768 px section */

@media screen and (max-width: 767.8px) {
    #previews li.splide__slide img{
        width: auto;
        height: 150px;
        padding-right: 15px;
    }
    #main #slideshow_photos1, #main #slideshow_photos2{
        width:100vw;
        height: 150px;
        right:auto;
    }
    #previews ul.vertical_slideshow{
        display: flex;
    }
    #previews li.splide__slide{
        padding:0;
    }
    #main #slideshow_photos1{
        bottom:165px;
    }
    #main #slideshow_photos2{
        bottom:0px;
    }
    #before_bio{
        width: 100%;
    }
    #main #slideshow_photos2{
        z-index: 200;
        background-color: rgb(18,18,18);
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #previews > div > div:first-child{
        width: 100%;
    }
    #arrow_down2{
        z-index: 199;
        height: 45px;
        width:auto;
        bottom:3.5%;
        top:-15vh;
        display: block;
        margin: 0 auto;
        left:auto;
    }
    #motivation{
        margin-top:12.5vh;
    }
    #motivation2{
        margin-top: 40vh;
    }
    #motivation3{
        margin-top: 50vh;
    }
    .bio_div img{
        width: 100%;
    }
    #logo,#arrow_down1,#avatar{
        position: absolute;
    }
    #arrow_down1{
        width: 35px;
        left:auto;
    }
    #quote_popup{
        z-index: 100000;
    }
    #quote_popup .content{
        width: 85%;
    }
    #news_ul li{
        padding-left: 1em;
        padding-right: 1em;
    }
    #news_body iframe{
        width: 100%;
    }
}

/*! 600 px section */

@media screen and (max-width: 599.8px) {
    #avatar{
        width: 100vw;
        position: absolute;
    }
    #avatar img{
        width: 80vw;
        right: auto;
        bottom: auto;
        max-width:none;
        top:calc(-8.5vh - 35px);
        mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 20%,rgba(0, 0, 0, 1) 70%,rgba(0, 0, 0, 1) 100%);
        -webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 20%,rgba(0, 0, 0, 1) 70%,rgba(0, 0, 0, 1) 100%);
    }
    #logo{
        width: 75vw;
        top:auto;
        max-width: none;
        transform:none;
        z-index: 200;
        bottom:calc(8.5% + 85px);
        position: absolute;
        left:auto;
    }
    #arrow_down1{
        height: 45px;
        width:auto;
        bottom:85px;
        position: absolute;
    }
    #news_ul li > div > div:last-child,#news_ul .news_thumbnail{
        width: 100%;
    }
    #news_ul li > div > div:last-child{
        margin-top: 1em;
        margin-left: 1em;
        margin-right: 1em;
    }
    #news_ul a{
        position: relative;
        bottom: 0;
        right: 0;
        margin:0 auto;
        margin-top: 1em;
        display: flex;
        width: fit-content;
    }
    #news_ul p{
        height: auto;
        max-height: 11.5em;
    }
}

/*! 450 px section */

@media screen and (max-width: 448.8px) {
    #avatar img{
        width: 100vw;
        right: auto;
        bottom: auto;
        max-width:none;
        top:calc(-12.5vh - 35px);
        mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 20%,rgba(0, 0, 0, 1) 70%,rgba(0, 0, 0, 1) 100%);
        -webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 20%,rgba(0, 0, 0, 1) 70%,rgba(0, 0, 0, 1) 100%);
    }
    #logo{
        width: 90vw;
        top:auto;
        max-width: none;
        transform:none;
        z-index: 200;
        bottom:calc(12.5% + 85px);
        position: absolute;
    }
    #arrow_down1{
        z-index: 200;
        height: 45px;
        width:auto;
        bottom:calc(3.5% + 85px);
        position: absolute;
    }
}