.image {
  overflow: hidden;
  width: 500px;
  margin-top: 0px;
  border: 1px none transparent;
  box-shadow: -4px 4px 8px 6px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image.mobile-only {
  display: none;
}

.div-block {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 70vw;
  height: 100vh;
  max-width: 2000px;
  min-width: 550px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none transparent;
  background-color: #161616;
  background-image: url('../images/Jean-michel-basquiat-warrior-zoom-chrities-smaller.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #573838;
}

.text-block-short {
  width: 25vw;
  margin-top: 0px;
  margin-bottom: 345px;
  padding-left: 30px;
}

.text-block-short.two {
  padding-left: 0px;
  font-family: Bembostd, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.text-block-short.title {
  width: 25vw;
  min-width: 300px;
  margin-top: 300px;
  margin-bottom: 0px;
}

.text-block-short.end {
  margin-bottom: 200px;
}

.intro-text {
  height: 800px;
  max-height: 800px;
  padding-bottom: 0px;
  font-family: Atlasgrotesk, sans-serif;
  color: #a3a3a3;
  font-size: 12px;
  font-style: italic;
}

.intro-text.short {
  height: 600px;
  max-height: none;
}

.intro-text.short.mobile {
  width: 25vw;
  height: 300px;
  color: rgba(0, 0, 0, 0.55);
  font-style: normal;
}

.intro-text.short-copy {
  height: 600px;
  max-height: none;
}

.intro-text.short-copy.mobile {
  width: 25vw;
  height: 300px;
  color: rgba(0, 0, 0, 0.55);
  font-style: normal;
}

.intro-text.text-for-image {
  height: 100px;
  margin-top: 19px;
}

.column {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border: 1px solid transparent;
  color: #000;
}

.text-block {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 22px;
}

.intro-paragraph {
  width: auto;
  height: 600px;
  font-family: Atlasgrotesk, sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  white-space: normal;
}

.intro-paragraph.second {
  display: none;
}

.intro-paragraph.with-image {
  height: 600px;
}

.intro-paragraph._01 {
  height: 500px;
}

.sword {
  height: 600px;
  font-family: Bembostd, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.twom-ref {
  height: 300px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.heading {
  width: 25vw;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Bembostd, sans-serif;
  color: #222;
  font-size: 50px;
  line-height: 56px;
  font-weight: 400;
}

.other-artists {
  font-family: Bembostd, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.other-artists.with-image {
  height: 300px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.other-artists.with-image.top {
  height: 200px;
  margin-top: 130px;
}

.column-2 {
  border: 1px solid transparent;
  background-color: #fff;
}

.button {
  display: block;
  overflow: scroll;
  max-width: 400px;
  min-width: auto;
  margin-top: 20px;
  padding: 10px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: #f8f8f8;
  -webkit-transition: all 270ms cubic-bezier(.55, .085, .68, .53);
  transition: all 270ms cubic-bezier(.55, .085, .68, .53);
  font-family: Atlasgrotesk, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #0073d5;
  border-radius: 1px;
  background-color: #0073d5;
  color: #fff;
}

.button.second {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-color: #fff;
  color: #fff;
}

.button.black {
  display: inline-block;
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.button.black:hover {
  background-color: #0073d5;
  color: #fff;
}

.button.black.test {
  display: none;
}

.button.black.mobile {
  overflow: auto;
  max-width: none;
}

.button.black.mobile:hover {
  border-color: #0073d5;
}

.text-block-3 {
  padding-top: 0px;
  font-family: Bembostd, sans-serif;
  color: #222;
  font-size: 38px;
  line-height: 45px;
  font-weight: 400;
}

.text-block-4 {
  margin-top: 0px;
  padding-bottom: 30px;
  font-family: Atlasgrotesk, sans-serif;
  color: #222;
  line-height: 24px;
}

.tag {
  font-family: Bembostd, sans-serif;
  color: rgba(0, 0, 0, 0.55);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.tag._02 {
  height: 200px;
  margin-top: 37px;
  padding-left: 0px;
  font-family: Atlasgrotesk, sans-serif;
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
  font-weight: 500;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  border: 1px solid transparent;
}

.chest {
  width: auto;
  height: 300px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.ladder {
  height: 600px;
  font-family: Bembostd, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.skull {
  width: auto;
  height: 300px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-2 {
  width: 26vw;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 30px;
}

.image-2 {
  margin-top: 20px;
}

.button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.nav-link-3 {
  font-family: Atlasgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.nav-link-1 {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.nav-link-1:hover {
  color: #3771f8;
  text-decoration: underline;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-3 {
  width: 150px;
  margin-right: 495px;
  margin-left: 0px;
  padding-top: 0px;
}

.navbar-small {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  color: transparent;
}

.navbar-small.smaller {
  display: none;
}

.search {
  display: none;
  margin-top: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.search-input {
  margin-bottom: 1px;
}

.nav-link-6 {
  margin-right: 30px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.search-button {
  display: none;
}

.nav-menu {
  display: none;
  padding-left: 50px;
}

.div-block-4 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.brand {
  display: none;
  margin-right: -56px;
  padding: 20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.brand.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.auction-cta {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.div-block-5 {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

.heading-2 {
  display: none;
  margin-top: 16px;
  padding-right: 30px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Bembostd, sans-serif;
  color: #dadada;
  font-size: 18px;
  line-height: 38px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.div-block-6 {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.menu-button {
  display: none;
}

.heading-3 {
  display: block;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Atlasgrotesk, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  text-transform: lowercase;
}

.div-block-10 {
  width: 28vw;
  padding-bottom: 40px;
  padding-left: 30px;
}

.image-4 {
  display: none;
  width: 60vw;
}

.italic-text {
  display: none;
}

.paragraph {
  height: 600px;
  font-family: Bembostd, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.paragraph.left-leg {
  height: 300px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.left-foot-zoom {
  height: 600px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.face {
  height: 300px;
  padding-top: 0px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph.face-zoom {
  height: 600px;
}

.paragraph.face-zoom.with-image {
  height: 250px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.full-image {
  height: 300px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.full-image.with-image {
  height: 300px;
}

.paragraph.crown {
  height: 300px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.crown.with-image {
  height: 300px;
}

.paragraph.sword {
  height: 300px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.full.with-image {
  height: 400px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.ladder {
  height: 400px;
  padding-bottom: 0px;
  font-family: Atlasgrotesk, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.italic-text-2 {
  font-size: 40px;
}

.heading-4 {
  margin-bottom: 15px;
  padding-bottom: 0px;
  font-family: Bembostd, sans-serif;
  color: #222;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
}

.tag-02 {
  padding-bottom: 30px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
  text-transform: none;
}

@media screen and (max-width: 991px) {
  .image {
    width: 50vw;
  }

  .div-block {
    width: 50vw;
    height: auto;
    min-width: 0px;
  }

  .text-block-short {
    width: 45vw;
  }

  .text-block-short.title {
    width: 350px;
  }

  .intro-text.short.mobile {
    width: auto;
  }

  .intro-text.short-copy.mobile {
    width: auto;
  }

  .heading {
    width: auto;
  }

  .text-block-3 {
    font-size: 30px;
  }

  .div-block-2 {
    width: 350px;
  }

  .navbar-small {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #161616;
  }

  .navbar-small.smaller {
    display: none;
  }

  .brand {
    display: block;
    margin-right: 0px;
    padding-left: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .brand.black {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 250px;
  }

  .div-block {
    width: 40vw;
  }

  .text-block-short {
    width: 280px;
    padding-left: 20px;
  }

  .text-block-short.title {
    width: 300px;
    padding-left: 20px;
  }

  .div-block-2 {
    width: 280px;
    padding-left: 20px;
  }

  .image-3 {
    margin-right: 344px;
  }

  .navbar-small {
    background-color: #161616;
    color: #161616;
  }

  .navbar-small.smaller {
    display: none;
  }

  .heading-2 {
    padding-left: 0px;
  }

  .div-block-10 {
    width: 280px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    display: none;
    width: 100vw;
    max-width: none;
    margin-top: 68px;
  }

  .image.mobile-only {
    position: static;
    display: inline;
    width: auto;
    height: 35vh;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    width: 100vw;
    height: auto;
    background-color: transparent;
  }

  .text-block-short {
    display: block;
    width: 100vw;
    margin-bottom: 50px;
    padding-right: 40px;
    padding-left: 20px;
  }

  .text-block-short.title {
    position: static;
    display: block;
    width: 100vw;
    margin-top: 360px;
    margin-bottom: 60px;
    padding-left: 20px;
    color: #fff;
  }

  .text-block-short._01 {
    padding-top: 20px;
  }

  .intro-text.short {
    height: 150px;
  }

  .intro-text.short.mobile {
    height: 100px;
    padding-bottom: 0px;
  }

  .intro-text.short-copy {
    height: 150px;
  }

  .intro-text.short-copy.mobile {
    height: 50px;
    padding-bottom: 0px;
  }

  .column {
    position: static;
    display: inline-block;
  }

  .intro-paragraph {
    height: 600px;
    font-size: 18px;
    line-height: 24px;
  }

  .intro-paragraph.with-image {
    font-size: 16px;
  }

  .intro-paragraph._01 {
    height: 600px;
    margin-top: 30px;
    font-size: 16px;
  }

  .sword {
    height: 250px;
    font-size: 18px;
    line-height: 24px;
  }

  .twom-ref {
    height: 400px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading {
    color: #161616;
    font-size: 36px;
    line-height: 40px;
  }

  .other-artists {
    height: 400px;
    font-size: 18px;
    line-height: 24px;
  }

  .other-artists.with-image.top {
    height: 100px;
  }

  .column-2 {
    display: block;
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .button.black {
    display: inline-block;
    padding: 15px 60px;
  }

  .button.black.test {
    display: inline-block;
  }

  .button.black.test.mobile-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-width: 0px;
    margin: 0px 20px 50px;
    padding: 15px 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .button.black.test.mobile-button:hover {
    border-color: #0073d5;
  }

  .button.black.mobile {
    display: none;
  }

  .text-block-3 {
    padding-top: 60px;
  }

  .text-block-4 {
    padding-bottom: 0px;
    font-size: 14px;
  }

  .columns {
    display: inline-block;
    overflow: hidden;
    width: 100vw;
  }

  .chest {
    height: 300px;
    font-size: 16px;
    line-height: 24px;
  }

  .ladder {
    height: 250px;
    font-size: 18px;
    line-height: 24px;
  }

  .skull {
    height: 250px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-2 {
    width: auto;
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-2._03 {
    display: inline-block;
    max-width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-3 {
    display: block;
    margin-right: 1px;
    margin-left: 0px;
  }

  .navbar-small {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .navbar-small.smaller {
    display: none;
  }

  .search {
    overflow: visible;
  }

  .search-input {
    overflow: visible;
  }

  .div-block-4 {
    display: none;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    margin-left: 15px;
    padding-left: 0px;
  }

  .brand.black {
    display: none;
  }

  .heading-2 {
    margin-right: 14px;
    margin-left: 14px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #c9c9c9;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -4px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .section {
    position: absolute;
    display: inline;
    overflow: hidden;
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-7 {
    overflow: hidden;
    width: 100vw;
    height: auto;
  }

  .div-block-8 {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 330px;
    margin-top: -4px;
    margin-left: -2px;
    padding-top: 35px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #161616;
    background-image: url('../images/Jean-michel-basquiat-warrior-zoom-chrities-mobile-small.jpg');
    background-position: 50% 50%;
    background-size: cover;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-9 {
    padding-bottom: 20px;
  }

  .div-block-10 {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 20px;
  }

  .image-4 {
    width: auto;
  }

  .paragraph.left-leg {
    height: 300px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.left-foot-zoom {
    height: 500px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.face {
    height: 400px;
    padding-top: 1px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.face-zoom {
    height: 400px;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph.face-zoom.with-image {
    height: 200px;
  }

  .paragraph.full-image {
    height: 300px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.crown {
    height: 300px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.sword {
    height: 300px;
  }

  .paragraph.full {
    height: 400px;
    font-size: 18px;
    line-height: 24px;
  }

  .tag-02 {
    padding-bottom: 15px;
  }
}

@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atlasgrotesk';
  src: url('../fonts/AtlasGrotesk-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bembostd';
  src: url('../fonts/BemboStd-BoldItalic.otf') format('opentype'), url('../fonts/BemboStd-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bembostd';
  src: url('../fonts/BemboStd-Bold.otf') format('opentype'), url('../fonts/BemboStd-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bembostd';
  src: url('../fonts/BemboStd-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bembostd';
  src: url('../fonts/BemboStd-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bembotitlingmtstd';
  src: url('../fonts/BemboTitlingMTStd-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bembotitlingmtstd';
  src: url('../fonts/BemboTitlingMTStd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bembostd';
  src: url('../fonts/BemboStd-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bembostd';
  src: url('../fonts/BemboStd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}