/*! 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;
}
* { box-sizing: border-box; }

body { font-family: 'Cormorant', sans-serif; }
/*body.no-scroll { overflow: hidden; position: fixed; width: 100%; }*/

.font-sc { font-family: 'Cormorant SC', sans-serif; }

h1, h2, h3, h4, h5, h6, p, div { font-family: 'Cormorant SC', sans-serif; font-weight: 100; margin: 0; padding: 0; }
h1 { font-size: 2.4rem; margin: 2.4rem 0 1.2rem 0; line-height: 2.8rem; }
h2 { font-size: 2.0rem; margin: 2.0rem 0 1.0rem 0; line-height: 2.4rem; }
h3 { font-size: 1.6rem; margin: 1.6rem 0 0.8rem 0; line-height: 2.0rem; }
h4 { font-size: 1.4rem; margin: 1.4rem 0 0.6rem 0; line-height: 1.8rem; }
h5 { font-size: 1.2rem; margin: 1.2rem 0 0.4rem 0; line-height: 1.6rem; }
h6 { font-size: 1.2rem; margin: 1.2rem 0 0.4rem 0; line-height: 1.6rem; }

.h-xxxl { font-size: 6rem; line-height: 6rem; margin-bottom: 3rem; }
.h-xxl { font-size: 4rem; line-height: 4rem; margin-bottom: 2rem; }
.h-xl { font-size: 3rem; line-height: 3rem; margin-bottom: 1.5rem; }
.h-page { margin-top: 0; }

p, div { font-family: 'Cormorant', sans-serif; line-height: 1.5; font-size: 1.2rem; font-weight: 200; }
p { margin: 0 0 1rem 0; }

.hint { color: #999; font-size: 0.8rem; font-family: 'Cormorant SC', sans-serif; }

a { color: #000; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { text-decoration: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }

a.outline { text-decoration: none; border: 1px solid #000; /*border-radius: 8px;*/ padding: 1px 8px; }

.scroll-snap { scroll-snap-type: x mandatory; scroll-snap-stop: always; overflow: hidden; overflow-x: scroll; display: flex; }
.scroll-snap-item { height: 100%; display: inline-block; scroll-snap-align: start; }
.scroll-snap::-webkit-scrollbar { display: none!important; height: 0; width: 0; background-color: transparent; }

.d-w25 { display: inline-block; width: 25%; }
.d-w33 { display: inline-block; width: 33%; }
.d-w50 { display: inline-block; width: 50%; }

.d-hide { display: none; }

.arrow-200 { text-align: center; }
.arrow-200 img { width: 200px; }
.arrow-120 { text-align: center; }
.arrow-120 img { width: 120px; }

.arrow-scroll { width: 120px; height: 120px; position: absolute; background-image: url(/i/icons/arrow-120.png); background-size: cover; }
.arrow-scroll:hover { background-image: url(/i/icons/arrow-120-white.png); background-color: rgba(0, 0, 0, 1.0); }
.arrow-scroll-left { left: -20px; top: 50%; transform: translate(-100%, -50%) rotate(90deg); }
.arrow-scroll-right { right: 20px; top: 50%; transform: translate(100%, -50%) rotate(-90deg); }

.cross-x { margin: 10px 0; }

.icon-hover-left { transition: transform 0.4s ease; }
.icon-hover-left:hover { transform: translateX(-10px); }
.icon-hover-right { transition: transform 0.4s ease; }
.icon-hover-right:hover { transform: translateX(10px); }
.icon-hover-rotate { transition: transform 0.8s ease; }
.icon-hover-rotate:hover { transform: rotate(360deg); }
.icon-hover-rotate-90 { transition: transform 0.4s ease; }
.icon-hover-rotate-90:hover { transform: rotate(90deg); }
.icon-hover-rotate-180 { transition: transform 0.6s ease; }
.icon-hover-rotate-180:hover { transform: rotate(180deg); }

button { border: 1px solid #000; padding: 5px 15px; font-family: 'Cormorant SC', sans-serif; font-size: 1rem; width: auto; max-width: fit-content; }
button.button-light { background-color: transparent; color: inherit; }
button.button-light:hover { background-color: #000; color: #fff; }
button.button-light.active { background-color: #000; color: #fff; }

input, textarea, select { border: 1px solid #000; border-radius: 0; padding: 5px 15px; background-color: transparent; color: inherit; font-family: 'Cormorant', sans-serif; font-size: 1rem; width: 100%; }
input::placeholder, textarea::placeholder { color: #555; }
input:focus, textarea:focus, select:focus { outline: none; }
input[type=checkbox] { width: 16px; height: 16px; accent-color: black; }

.input-label { position: absolute; right: 0; top: 0; line-height: 20px; padding: 5px 12px; font-size: 0.8rem; font-family: 'Cormorant SC', sans-serif; }

label.checkbox { display: flex; flex-direction: row; align-items: center; gap: 5px; }

label.checkbox-small { font-size: 1rem; display: block; }
label.checkbox-small input { width: 12px; height: 12px; }

.overlay { max-width: 900px; min-width: 480px; position: fixed; bottom: 0; transform: translate(-50%, 0); left: 50%; display: none; }
.overlay-content { margin: 30px 40px; display: flex; flex-direction: column; gap: 20px; }
.overlay-text { text-align: center; font-size: 1.0rem; line-height: 1.2rem; }
.overlay-buttons { display: flex; justify-content: center; flex-direction: row; gap: 20px; }
.overlay-dark { color: #fff; background-color: #000; }
.overlay-dark button.button-accept { border-color: #fff; background-color: #fff; color: #000; }
.overlay-dark button.button-decline { border-color: #fff; background-color: #000; color: #fff; }

.fader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.35);
    align-content: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    display: none;
    /*display: flex;*/
    transition: opacity 0.5s;
    opacity: 0;
}
.fader-menu { align-content: start; }
.fader-menu .modal { width: 100%; }
.fader-menu .modal-menu { width: 800px; margin: 40px 0; }
.fader-menu .modal-menu .modal-close { right: 40px; top: 40px; color: #000; }
.fader-menu .modal-menu .menu-items { display: flex; flex-direction: row; justify-content: space-between; font-size: 1.4rem; font-family: 'Cormorant SC', serif; }
.fader-menu .modal-menu .menu-items .menu-item-search { display: none; }

.modal { position: relative; width: 640px; background-color: #fff; display: flex; flex-direction: row; justify-content: center; gap: 20px; box-sizing: border-box; }
.modal-close { position: absolute; right: -100px; background-color: transparent; border: 0; }
.modal-image { width: 200px; background-image: url('/i/modal-art.png'); background-size: cover; background-position: right top; }
.modal-content { display: flex; flex-direction: column; gap: 20px; width: 380px; }

.modal-artwork-request .modal-artwork-request-artwork-details { font-size: 1rem; }

/* BLOCKS */

.overlay-cookies { z-index: 102; }
.overlay-locale { z-index: 101; }

.page-title-wrapper { display: flex; flex-direction: row; justify-content: space-between; align-content: center; flex-wrap: wrap; align-items: center; margin-bottom: 20px; }

.artworks-columns { display: flex; flex-direction: row; flex-wrap: wrap; gap: 40px; justify-content: space-between; }
.artworks-column { display: flex; flex-direction: column; gap: 60px; width: 240px; }
.artworks-column-item { }
.artworks-column h3 { line-height: 1.8rem; margin: 0.5rem 0 0.2rem 0; }
.artworks-column-search { display: flex; flex-direction: column; gap: 20px; }
.artworks-search-button { margin-bottom: 40px; text-align: center; display: none; }

.artists-columns { display: flex; flex-direction: row; flex-wrap: wrap; gap: 40px; justify-content: space-between; }
.artists-column { display: flex; flex-direction: column; gap: 60px; width: 240px; }
.artists-column h3 { line-height: 1.8rem; margin: 0.5rem 0 0 0; }
.artists-column-search { display: flex; flex-direction: column; gap: 20px; }
.artists-search-button { margin-bottom: 40px; text-align: center; display: none; }
.artists-column-items { width: 520px; display: flex; flex-direction: row; flex-wrap: wrap; gap: 40px 40px; }
.artists-column-item { width: 240px; }
.artists-column-item img { width: 100%; }

.image-wrapper { height: 100%; width: 200px; position: absolute; background-size: cover; background-position-x: 25%; }
.image-triangle { height: 100%; right: -1px; position: absolute; }

.search { width: 100%; }
.search .search-form { display: flex; flex-direction: row; gap: 10px; width: 100%; }
.search .search-form .search-form-input { position: relative; width: 85%; }
.search .search-form .search-input { font-weight: 400; line-height: 22px; height: 42px; padding: 10px 20px; }
.search .search-form .input-label { right: 20px; top: 5px; font-size: 16px; font-weight: 400; line-height: 22px; color: #777; }
.search .search-form button { height: 42px; width: 15%; max-width: unset; }
.search .search-form .input-label span { }
.search .search-results { margin-top: 40px; display: flex; flex-direction: column; gap: 20px; }
.search .search-results .search-result { display: none; flex-direction: row; }
.search .search-result-label { width: 20%; border-right: 1px solid #000; text-align: right; font-size: 1.6rem; font-family: 'Cormorant SC', sans-serif; padding: 10px 20px 0 0; }
.search .search-result-content { display: flex; flex-direction: column; padding: 10px 20px; gap: 15px; font-size: 1.2rem; line-height: 1.8rem; }

/* PAGE: ANY */

.wrapper { display: flex; justify-content: center; }

.content { margin: 80px 0 40px 0; width: 800px; display: flex; flex-direction: column; }

.header { display: flex; justify-content: space-between; flex-direction: row; margin-bottom: 80px; }
.header .logo { width: 100px; height: 100px; }

.footer { text-align: center; display: flex; flex-direction: column; gap: 10px; }
.footer-locales { display: flex; justify-content: center; gap: 10px; align-items: center; }
.footer-links { display: flex; justify-content: center; gap: 10px; align-items: center; }

/* PAGE: INDEX */

.index { }

.index-logo-links { display: flex; justify-content: center; gap: 30px; }
.index-logo-links h3 { width: 50%; margin-top: 0; }

.index-acquisitions-section { position: relative; }
.index-acquisitions { width: 100%; height: 420px; }
.index-acquisition { width: 100%; min-width: 100%; }
.index-acquisition-details { margin: 0 40px; display: flex; flex-direction: column; gap: 10px; }
.index-acquisition-details h3 { margin-bottom: 5px; }
.index-acquisition-details h4 { line-height: 1.6rem; margin: 0; }
.index-acquisition-content { display: flex; flex-direction: row; align-items: flex-start; }
.index-acquisition-content img { max-width: 420px; max-height: 360px; }

.index-artists-list { display: flex; flex-wrap: wrap; flex-direction: row; }
.index-artists-list h4 { margin: 8px 0; }

.index-collection { display: flex; flex-direction: row; gap: 80px; }

.index-collaboration { display: flex; flex-direction: row; gap: 80px; }
.index-collectors { display: flex; flex-direction: column-reverse; gap: 40px; }
.index-artists { display: flex; flex-direction: column; gap: 40px; }

.index-contacts { display: flex; flex-direction: column; gap: 10px; }

/* PAGE: TEXT */

.page p { max-width: 560px; }

/* PAGE: ARTIST */

.artist { display: flex; gap: 40px; flex-direction: row; align-items: flex-start; }
.artist .artist-image img { max-width: 420px; object-fit: contain; }
.artist .artist-details { display: flex; flex-direction: column; }

/* PAGE: ARTWORK */

.artwork { display: flex; gap: 40px; flex-direction: row; align-items: flex-start; }
.artwork .artwork-image-wrapper { display: flex; flex-direction: column; gap: 40px; position: relative; }
.artwork .artwork-image { max-width: 420px; object-fit: contain; }
.artwork .artwork-image-ar { display: flex; justify-content: center; gap: 8px; align-items: center; cursor: pointer; }
.artwork .artwork-image-ar-icon { width: 40px; height: 40px; }
.artwork .artwork-image-ar-icon-wrapper { width: 60px; height: 40px; text-align: right; }
.artwork .artwork-image-ar-icon-text { line-height: 18px; font-size: 16px; width: 60px; }
.artwork .artwork-details { display: flex; flex-direction: column; }
.artwork .artwork-details h1 { margin: 10px 0; line-height: 2.4rem; }
.artwork .artwork-details h3 { margin-bottom: 0; }
.artwork .artwork-details .cross-x { margin: 5px 0; }
.artwork .artwork-details button { padding: 8px 24px; }

.d-artwork-interiors { display: flex; }
.m-artwork-interiors { display: none; }
.artwork-interiors { height: 540px; margin-top: -40px; }
.artwork-interior { width: 480px; height: 540px; scroll-snap-align: center; position: relative; margin-right: 40px; }
.artwork-interior:first-child { margin-left:120px; }
.artwork-interior-artwork { position: absolute; z-index: 20; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); box-sizing: content-box; border-image-outset: 0; border-style: solid; }
.artwork-interior-interior { z-index: 10; width: 480px; height: 540px; }
/*https://stackoverflow.com/questions/6370690/media-queries-how-to-target-desktop-tablet-and-mobile*/

/*For Mobile Phones*/
/*@media (max-width: 480px) { }*/
/*For Tablets*/
/*@media (max-width: 960px) { }*/
/*For Laptops/Desktop*/
/*@media (min-width: 1025px) { }*/
/*For Hi-Res Laptops*/
/*@media (max-width: 1280px) { }*/

@media (hover: none) {

    button.button-light:hover { background-color: unset; color: unset; }

    body.no-scroll { overflow: hidden; position: fixed; width: 100%; }

    .m-hide { display: none; }
    .d-hide { display: unset; }

}

@media (max-width: 767px) {

    h1, h2, h3, h4, h5, h6, p, div { font-weight: 400; }

    h1 { font-size: 2.2rem; line-height: 2.4rem; margin: 2.2rem 0 1.0rem 0; }
    h2 { font-size: 1.8rem; line-height: 2.0rem; margin: 1.8rem 0 0.8rem 0; }
    h3 { font-size: 1.6rem; line-height: 1.8rem; }
    h4 { font-size: 1.4rem; line-height: 1.6rem; }
    h5 { font-size: 1.2rem; line-height: 1.4rem; }
    h6 { font-size: 1.2rem; line-height: 1.4rem; }

    .h-xxxl, .h-xxl, .h-xl { font-size: unset; line-height: unset; margin-bottom: unset; }

    p, div { font-size: 1.3rem; font-weight: 400; }

    .d-w25, .d-w50 { width: unset; }

    button.button-light.active { background-color: #000; color: #fff; }

    .overlay { width: 100%; }

    .fader-menu { align-content: start; }
    .fader-menu .modal { width: 100%; }
    .fader-menu .modal-menu { display: flex; flex-direction: column; align-items: flex-start; width: 100%; margin: 80px 30px 40px 30px; }
    .fader-menu .modal-menu .modal-close { right: 20px; top: 80px; }
    .fader-menu .modal-menu .menu-items { display: flex; flex-direction: column; justify-content: space-between; font-size: 1.4rem; font-family: 'Cormorant SC', serif; gap: 20px; flex-wrap: wrap; }
    .fader-menu .modal-menu .menu-items .menu-item-search { display: block; }
    .fader-menu .modal-menu .search { display: none; }

    .modal { width: 100%; }
    .modal-close { right: 10px; top: 30px; }
    .modal-image { display: none; }
    .modal-content { width: 100%; margin: 0 30px; }
    .modal-content h4 { margin-right: 90px; }

    .modal-artwork-request .modal-artwork-request-artwork-details { font-size: 1rem; margin-right: 90px; }

    .artworks-columns { flex-direction: column; gap: 40px; }
    .artworks-column { display: flex; flex-direction: column; gap: 20px; width: 100%; }
    .artworks-column-search { display: none; padding: 0; gap: 20px; }
    .artworks-search-button { display: block; margin-bottom: 1rem; }

    .artists-columns { flex-direction: column; gap: 40px; }
    .artists-column { display: flex; flex-direction: column; gap: 40px; width: 100%; }
    .artists-column-search { display: none; padding: 0; gap: 20px; }
    .artists-search-button { display: block; margin-bottom: 1rem; }
    .artists-column-item { width: 100%; }

    .search .search-form { flex-direction: column; gap: 10px; width: 100%; }
    .search .search-form .search-form-input { width: 100%; }
    .search .search-form .button-light { width: 50%; }
    .search .search-results .search-result { flex-direction: column; }
    .search .search-results .search-result .search-result-label { border: 0; width: 70%; text-align: left; }
    .search .search-results .search-result .search-result-content { padding: 10px 0; }

    .content { width: calc(100vw - 60px); }

    .footer { gap: 16px; }
    .footer .footer-links { flex-direction: column; gap: 2px; }

    .index-logo-links { display: flex; justify-content: center; gap: 0; flex-direction: column; align-items: center; }
    .index-logo-links h3 { width: unset; margin-top: 0; }

    .index-acquisitions-section .arrow-scroll { display: none; }
    .index-acquisitions { height: unset; }
    .index-acquisition { margin-right: 10px; }
    .index-acquisition-details { margin: 0; }
    .index-acquisition-content { flex-direction: column; }
    .index-acquisition-content img { max-width: 100%; }

    .index-collection { flex-direction: column; gap: 0; }

    .index-collaboration { flex-direction: column; gap: 80px; }

    .index-collectors { flex-direction: column; gap: 0; }

    .index-artists { flex-direction: column; gap: 0; }
    .index-artists h4 { width: 50%; }

    .artwork { flex-direction: column; }
    .artwork .artwork-image { max-width: 100%; }
    .artwork .artwork-image-ar { position: absolute; top: -60px; right: 0; }

    .d-artwork-interiors { display: none; }
    .m-artwork-interiors { display: flex; }
    .artwork-interiors { height: 270px; margin-top: -40px; }
    .artwork-interior { width: 240px; height: 270px; margin-right: 40px; }
    .artwork-interior:first-child { margin-left:30px; }
    .artwork-interior-artwork { box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
    .artwork-interior-interior { width: 240px; height: 270px; }

    .artist { flex-direction: column; }
    .artist .artist-image img { max-width: 100%; }

    .contacts { width: 100%; }

}

/* Mobile Devices */
@media (max-width: 480px) {

    .index-artists h4 { font-size: 1.0rem; }

}

/* Low resolution Tablets and iPads */
@media (min-width: 481px) and (max-width: 767px) {

}

/* Tablets iPads (Portrait) */
@media (min-width: 768px) and (max-width: 1024px) {

    .d-w25, .d-w50 { width: unset; }

    .content { width: calc(100vw - 60px); }

}

/*!* Laptops and Desktops *!*/
/*@media (min-width: 1025px) and (max-width: 1280px) {*/
/*    foo > bar {*/

/*    }*/
/*}*/

/*!* Big boi Monitors *!*/
/*@media (min-width: 1281px) {*/
/*    foo > bar {*/

/*    }*/
/*}*/
