/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	background-color: #ffffff;
	filter: unset;
	transition: filter 1s;
}

.dark_mode {
	filter: invert(1) hue-rotate(180deg);
}

.invert {
	filter: invert(1) hue-rotate(180deg);
}

a {
	text-decoration: none;
	color: inherit;
	cursor: url('cursors/cursor_empty.svg'), pointer;
}

button {
	background-color: transparent;
	color: inherit;
	border-width: 0;
	padding: 0;
	cursor: url('cursors/cursor_empty.svg'), pointer;
}

figure {
	margin: 0;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin: 0;
}

ul,
ol,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

p {
	margin: 0;
}

cite {
	font-style: normal;
}

fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}@font-face {
    font-family: 'grotesk';
    src: url('fonts/NeueHaasGroteskDisplay-Reg.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
 }

@font-face {
    font-family: "Times New Roman";
    src: url('fonts/TimesNewRomanItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family:"times";
    src:url("fonts/254aebd4-cb82-49f7-8127-3141510ad10a.woff2") format("woff2"),url("fonts/8cfe6dc9-5f79-442d-bee6-b46190707bc8.woff") format("woff");
}

html {
    font-size: 1px;
}

body {
    font-family: 'grotesk', sans-serif;
    font-size: 16rem;
    font-weight: 400;
    line-height: 1.3;
    color: #222;
}

/* --------- GENERAL --------- */

body {
    cursor: url('cursors/cursor_full.svg'), auto;
    display: flex;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden !important;
}

.full_body {
    height: 100vh;
}

.artists_body {
    overflow-y: hidden;
}

main {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    flex-grow: 1;
    width: 100%;
    padding-bottom: 16vh;
}

.main_artists>section {
    width: unset;
}

main>section {
    display: flex;
    height: 100%;
}

header {
    width: 100%;
    min-height: 12vh;
}

footer {
    display: flex;
    width: 100%;
    height: 17vh;
    position: fixed;
    top: 85%;
    background-color: #ffffff;
}

/* --------- TEXT --------- */

.title_menu {
    visibility: hidden;
}

.text_section {
    flex-direction: column;
    width: 20vw;
    z-index: 0;
}

#text_section_artists {
    display: flex;
    width: 100vw !important;
}

h2 {
    font-family: 'Barlow', sans-serif;
    color: #777777;
    line-height: 1em;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2em;
    text-align: left;
    margin-inline-start: 4.5vw;
}

h3 {
    font-size: 1.05em;
    color: #666
}

h4:first-of-type {
    margin-top: 0.5em;
    margin-bottom: 0.2em;
}

h4 {
    font-size: 1.05em;
    font-weight: 400;
    color: #666;
}

.text_container>h5 {
    margin-top: 0.2em;
    font-size: .8em;
    font-weight: 400;
    margin-inline-start: 1.2em;
}

.text_container,
.text_container_nohover {
    border: 1px solid #ffffff;
    border-left: none;
    border-right: none;
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: 13rem;
    margin-bottom: 2em;
    margin-inline-start: 5em;
    padding-bottom: 1em;
    padding-top: 2em;
}

.tc_index {
    padding-bottom: unset;
    margin-bottom: unset;
    margin-inline-start: unset;
    padding-bottom: unset;
}

.tc_index:nth-of-type(2) {
    padding-top: unset;
}

.text_container,
.exhib_link,
.vols_wrapper {
    transition: border 0.3s ease-out;
}

.text_container:hover,
.vols_wrapper:hover {
    border: 1px solid #666;
    border-left: none;
    border-right: none;
    cursor: url('cursors/cursor_empty.svg'), pointer;
}

.text_container_artists {
    margin-inline-start: 8vw;
    width: 12vw;
}

.text_container_info {
    margin-inline-start: 2em;
}

.upcoming {
    padding-top: 4vh;
}

.names_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.names_wrapper_news {
    display: flex;
    flex-direction: row-reverse;
}

.vols_wrapper, 
.vol_wr_nohover {
    border: 1px solid #ffffff;
    border-left: none;
    border-right: none;
    margin-top: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
}

.artist_name {
    height: 2.8em;
    margin-top: -1em;
}

.news_name {
    width: 10em;
    height: 2.8em;
    margin-top: -1.7em;
    margin-bottom: 0.7em;
}

#list_wrapper {
    display: flex;
    flex-direction: row;
}

#artist_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 70vh;
    align-items: flex-end;
}

#artist_space {
    width: 40%;
}

.first_name {
    font-weight: 500;
    letter-spacing: -0.6px;
    font-size: 1.4em;
    transform: scaleY(0.97);
    position: relative;
    bottom: 2px;
}

.last_name {
    font-family: 'times', 'Times', 'Times New Roman', serif;
    font-size: 1.5em;
    font-weight: 500;
}

.exhibition_date {
    transform: scaleY(1.05);
}

h6 {
    color: #666;
    text-decoration: underline;
    font-size: .8em;
}

.pdf_mob {
    display: none;
}

.pdf {
    text-align: right;
    margin: 0.5em 0;
}

.videoBtn {
    cursor: url('cursors/cursor_empty.svg'), pointer;
    text-align: right;
}

.vidBtnSvitlo {
    padding-bottom: 5rem;
}

.videowrapper {
    opacity: 0;
    width: 43vw;
    margin-top: 8vh;
    transition: opacity .5s;
    text-align: center;
}

.artist_video {
    margin-top: unset;
}

video {
    max-width: 100%;
    cursor: url('cursors/cursor_empty.svg'), pointer;
}

.video_visible {
    opacity: 1;
}

#info_mob {
    display: none;
}

.info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 75%;
    background: rgb(255 255 255);
    color: #666;
    padding: 6em 1.5em 0 1.5em;
    font-size: 14rem;
}

#info {
    transition: opacity .2s;
    z-index: 9;
}

.info_text {
    padding-bottom: 1em;
}

.info_wrapper {
    font-size: 1.05em;
    font-weight: 400;
    color: #666;
}

.info_wrapper a {
    text-decoration: underline;
}

.exhib_link {
    border: 1px solid #ffffff;
    border-left: none;
    border-right: none;
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: 12rem;
    margin-bottom: 2em;
    margin-inline-start: 5em;
    padding-bottom: 1em;
    padding-top: 1em;
    margin-top: 1em;
}

.exhib_link:hover {
    border: 1px solid #666;
    border-left: none;
    border-right: none;
    cursor: url('cursors/cursor_empty.svg'), pointer;
}

.exhib_link_text {
    font-size: unset;
    letter-spacing: 1rem;
}

#exhib_link_mob {
    display: none;
}

#artist_exhib_date {
    margin-top: 2rem;
    margin-bottom: 0.2em;
}

.news_website>a {
    text-decoration: underline;
}

.news_text {
    line-height: 20rem;
    font-size: 12rem;
    letter-spacing: 1rem;
    color: #666;
    margin-top: -1.4em;
}

/* --------- CENTER --------- */

.placeholder {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: darkgray;
    background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 100%;
    position: relative;
}

.exhnamehidden {
    display: none;
}

.load_image {
    visibility: visible;
    position: absolute;
    opacity: 1;
    z-index: 0;
    transition: opacity .3s;
}

.content-wrapper {
    position: absolute;
    width: 43vw;
    height: 75%;
    opacity: 1;
    transition: opacity .3s;
    z-index: 0;
}

.load_image_hidden {
    opacity: 0;
}

.image_container_mob,
.center_image_mob,
.image_container_mob_one {
    display: none;
}

.image_container {
    justify-content: center;
    width: 60vw;
    height: 71vh;
    position: sticky;
    top: 12vh;
}

.one_exhib {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center_image_index,
.center_image_exhib {
    max-width: 80%;
    max-height: 72vh;
    object-fit: contain;
    cursor: url('cursors/cursor_empty.svg'), pointer;
    z-index: 1;
}

.center_image_one_exhib {
    max-width: 80%;
    max-height: 56vh;
    cursor: url('cursors/cursor_empty.svg'), pointer;
    opacity: 0.3;
    transition: unset;
}

.fade {
    opacity: 1;
    transition: opacity .9s cubic-bezier(0.21, 0.51, 0.58, 1);
}

.captions {
    font-size: 9.5rem;
    letter-spacing: 1rem;
    color: #666;
    padding: 12rem 0;
    text-align: center;
    opacity: 0;
    height: 10%;
}

.fade_captions {
    opacity: 1;
    font-size: 10rem;
    transition: all .4s cubic-bezier(0.56, 0.02, 1, 1);
}

.img_counter {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-inline-start: 4em;
    transition: opacity .5s cubic-bezier(0.22, 0.02, 1, 1);
}

#counter_text {
    padding-right: 25rem;
}

.counters {
    font-size: 12rem;
    letter-spacing: 1rem;
    color: #666;
}

.team_role {
    color: #9f9f9f;
}

.icinfo_text_center {
    justify-content: flex-start;
}

.space_image {
    height: 7%;
}

#empty_w {
    display: none;
}

/* --------- RIGHT ---------- */

.right_space {
    width: 20vw;
    justify-content: flex-end;
}

.year_container {
    display: flex;
    position: fixed;
    flex-direction: column;
    margin-inline-end: 4.5vw;
    color: #c6c6c6;
    line-height: 27rem;
    font-size: 0.85em;
}

.year_container:hover {
    cursor: url('cursors/cursor_empty.svg'), pointer;
}

.year {
    transform: scaleY(1.10);
    transition: color 0.2s ease-out
}

.year.hovered,
.year:hover {
    color: #666;
}

.close_video {
    font-size: 12rem;
    color: #666;
    margin-inline-end: 4.5vw;
}

.video_artist {
    margin-top: unset;
}

/* --------- FOOTER --------- */

#logo_img {
    height: 2.3em;
}

/* --------- NAVBAR --------- */

.navbar_hidden {
    opacity: 0;
    display: flex;
    width: 40%;
    justify-content: space-between;
    margin-inline-start: 3.5vw;
    transition: all 1s cubic-bezier(0.94, 0.53, 1, 0.99);
    z-index: 0;
}

.navbar {
    opacity: 100;
    display: flex;
    width: 40%;
    justify-content: space-between;
    margin-inline-start: 4.5vw;
    transition: all 1s cubic-bezier(0.63, 0.85, 1, 0.99);
    z-index: 1;
}

.nav-btns {
    font-family: 'Barlow', sans-serif;
    visibility: visible;
    display: block;
    font-weight: 600;
    font-size: 1.15em;
    align-self: center;
    text-align: center;
    cursor: url('cursors/cursor_empty.svg'), pointer;
    color: #777777;
}

.nav-btns_hidden {
    visibility: hidden;
}

#close {
    display: none;
}

#logo_container {
    display: flex;
    justify-content: flex-end;
    align-self: center;
    width: 60%;
    margin-inline-end: 4.5vw;
}

/* White cursor on video */

.dark_mode body,
.dark_mode a,
.dark_mode h6 {
    cursor: url('cursors/cursor_white.svg'), default !important;
}/* @media screen and (min-resolution: 150dpi) and (min-width: 1025px) {
    .image_container {
        width: 67vw;
    }

    .center_image_one_exhib {
        width: 56vw;
    }

    .right_space {
        width: 13vw;
    }

    .videowrapper {
        width: 56vw;
    }
} */@media only screen and (max-width: 1024px) {
    /* --------- GENERAL --------- */

    .full_height {
        height: 100%;
    }

    .full_body {
        height: unset;
        min-height: 100%;
    }

    .artists_body {
        height: 100vh;
        overflow-y: unset;
    }

    header {
        min-height: 4vh;
    }

    main {
        flex-grow: 1;
        flex-direction: column;
        justify-content: unset;
        flex-wrap: unset;
        height: unset;
        padding-bottom: unset;
    }

    .full_main {
        flex-grow: 1;
    }

    main>section {
        width: 100vw;
        height: unset;
    }

    /* --------- TEXT --------- */

    .title_menu {
        visibility: visible;
        font-size: 24rem;
    }

    h4:first-of-type {
        margin-bottom: 0.5em;
    }

    h2 {
        margin-bottom: unset;
        padding-bottom: 2em;
        /* text-align: right; */
        margin-inline-start: 8vw;
        margin-inline-end: 8vw;
    }


    h4 {
        font-size: 0.95em;
    }

    h6 {
        padding: 2rem 0;
    }

    .text_container {
        font-size: unset;
        margin-inline-start: unset;
        min-width: 100%;
        padding: 1.9vh 8vw;
        margin-bottom: unset;
    }

    .text_container_nohover {
        font-size: unset;
        margin-inline-start: unset;
        min-width: 100%;
        padding: 0.8vh 8vw;
        margin-bottom: unset;
    }

    .tc_index {
        padding: 1.9vh 8vw;
    }

    .vols_wrapper,
    .vol_wr_nohover {
        padding-top: unset;
    }

    .text_container:hover,
    .vols_wrapper:hover {
        border: unset;
        margin-bottom: unset;
        cursor: unset;
        border-color: #ffffff;
    }

    .text_section {
        width: unset;
    }

    .names_wrapper {
        max-height: 4em;
        flex-wrap: wrap;
    }

    .names_container {
        width: 50%;
    }

    #list_wrapper {
        flex-direction: column;
    }

    #artist_list {
        display: unset;
        max-height: unset;
    }

    /* .names_container:nth-child(2n) {
        padding-bottom: 1em;
    } */

    .artist_name {
        height: 2.2em;
    }

    .first_name {
        /* text-align: left; */
        /* font-size: 1.4em; */
        padding-bottom: 1.5rem;
    }

    .last_name {
        /* text-align: left; */
        transform: scaleY(1.2);
        font-size: 1.15em;
        padding: unset;
    }

    .pdf {
        display: none;
    }

    .pdf_mob {
        display: flex;
        justify-content: flex-end;
    }

    #info {
        display: none;
    }

    #info_mob {
        display: flex;
    }

    .info_mob {
        flex-direction: column;
        color: #666;
        /* font-size: 15rem; */
        padding: 0 8vw;
    }

    #exhib_link {
        display: none;
    }


    #exhib_link_mob {
        display: unset;
    }

    .exhib_link_mob {
        margin-bottom: unset;
        padding-bottom: unset;
        margin-inline: 8vw;
    }

    .exhib_link_mob:hover {
        border: 1px solid #ffffff;
        border-left: none;
        border-right: none;
    }

    .upcoming {
        padding: 10vh 8vw 0;
    }

    .team_wrapper {
        display: none;
    }

    .news_name {
        width: 7.8em;
        height: unset;
        margin-top: -0.9em;
        margin-bottom: 1em;
    }

    .news_text {
        line-height: 20rem;
        margin-top: -1.6em;
    }

    .news_text>p:first-of-type {
        margin-top: 4rem;
    }

    /* --------- CENTER --------- */

    .content-wrapper {
        top: 0;
        width: 100%;
        padding: 0 8vw;
    }

    .load_image {
        width: 25%;
    }

    .load_image_mob {
        top: 9vh;
    }

    .center_image_exhib {
        display: none;
    }

    .image_container,
    .image_container_mob,
    .image_container_mob_one,
    .image_container_mob_index {
        display: flex;
        width: unset;
        height: unset;
        /* position: unset; */
        top: unset;
        justify-content: center;
    }

    .image_container_mob {
        padding-bottom: 11vh;
    }

    .image_container_mob_one {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* padding-top: 6vh; */
    }

    .image_container_mob_index {
        margin-bottom: 2em;
    }

    .artists_container {
        margin-top: 0.5em;
    }

    .info_container {
        padding-top: 4vh;
        padding-bottom: 6vh;
    }

    .center_image_index,
    .center_image_mob {
        display: flex;
        max-height: unset;
        max-width: 100vw;
        padding: 0 8vw;
        z-index: 1;
    }

    .mob_one_exhib {
        opacity: 0.3;
        transition: unset;
    }

    .fade {
        opacity: 1;
        transition: opacity .9s cubic-bezier(0.21, 0.51, 0.58, 1);
    }

    .img_counter {
        justify-content: unset;
        margin-inline-start: 8vw;
        margin-inline-end: 8vw;
        padding-top: 5vh;
        padding-bottom: 1vh;
        justify-content: flex-end;
    }

    #counter_text {
        display: none;
    }

    .captions {
        font-size: 9rem;
        padding: 12rem 8vw;
    }

    .captions_doina {
        padding: unset;
    }

    .videowrapper {
        width: unset;
        margin-top: unset;
        padding: 0 8vw;
    }

    .video_doina {
        width: 80vw;
        padding: unset;
    }

    #close_video {
        display: none;
    }

    #close_video_mob {
        margin-inline-end: unset;
        text-decoration: underline;
        padding: 2rem 0;
    }

    .icm_news {
        padding-bottom: 9vh;
    }

    /* #captions_desk {
        display: none;
    } */

    /* --------- ** {{ FOOTER }} ** --------- */

    .right_space {
        width: unset;
    }

    footer {
        flex-direction: column;
        height: 14vh;
        justify-content: center;
        position: unset;
    }

    .navbar_hidden {
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        /* transition: unset; */
        align-items: center;
        margin-inline-start: unset;
        justify-content: center;
        transition: all 0.7s cubic-bezier(0.94, 0.53, 1, 0.99);
    }

    .nav-btns {
        font-family: unset;
        visibility: hidden;
        align-self: unset;
        text-align: unset;
        letter-spacing: 3rem;
        font-weight: 400;
        padding: 1vh;
        font-size: 18rem;
        color: #2a2a2a;
    }

    .nav-btns_hidden {
        visibility: hidden;
        align-self: unset;
        text-align: unset;
        padding: 0vh;
        font-size: 15rem;
        transition: all 1s cubic-bezier(0.63, 0.85, 1, 0.99);
    }

    .navbar {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        /* transition: unset; */
        align-items: center;
        margin-inline-start: unset;
        justify-content: center;
        transition: all 0.5s cubic-bezier(0.36, 0.74, 1, 0.99);
        z-index: 999;
    }

    .center_image_index {
        display: none;
    }

    #logo_container {
        display: inherit;
        align-self: center;
        justify-content: unset;
        width: unset;
        margin-inline-end: unset;
    }

    #close {
        display: unset;
        position: fixed;
        top: 4vh;
        right: 8vw;
        font-size: 18rem;
        color: #d1d1d1;
    }

    #goodlife .names_wrapper {
        max-height: 8em;
    }

    #winter .names_wrapper {
        max-height: 13em;
    }

    #empty_w {
        display: flex;
    }

    #removemeafterrelocation {
        display: none;
    }
}

/* Min-width: 320px (smaller phone viewpoints)
Min-width: 480px (small devices and most phones)
Min-width: 768px (most tablets)
Min-width: 992px (smaller desktop viewpoints)
Min-width: 1200px (large devices and wide screens) *//* @media only screen and (min-width: 481px) and (max-width: 1024px) {

} */

/* Min-width: 320px (smaller phone viewpoints)
Min-width: 480px (small devices and most phones)
Min-width: 768px (most tablets)
Min-width: 992px (smaller desktop viewpoints)
Min-width: 1200px (large devices and wide screens) */