.cursive {
  font-family: "Just Another Hand", cursive;
  margin-top: 0.25rem;
}

.shadowed {
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.16);
}
.shadowed.smaller {
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.16);
}


.partial__wrapper {
  opacity: 0;
  transform: translateY(30px);
  transition: .3s ease-in-out;
}

.partial__wrapper.isVisible {
  opacity: 1;
  transform: translateY(0);
}

html,
body {
  color: #4a4a4a;
  font-size: 20px;
}

.inner-header-hero {
  position: relative;
}
.ellipsize-left {
  /* Standard CSS ellipsis */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;

  /* Beginning of string */
  direction: rtl;
  text-align: left;
}
.bottom-hero:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 47px;
  background-image: url("../_assets/decorator-3HNUGZNC.png");
  /* background-image: url("~assets/img/decorator.png"); */
  background-position: left top;
  /* top: 0; */
  background-repeat: repeat-x;
  background-size: 100%;
  transform: translateY(98%);
}
.crew-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 47px;
  background-image: url("../_assets/decorator-3HNUGZNC.png");
  background-position: left top;
  /* top: 0; */
  background-repeat: repeat-x;
  background-size: 100%;
  transform: translateY(98%);
}
.crew-container:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 47px;
  background-image: url("../_assets/decorator-up-BJU2YWFO.png");
  background-position: left bottom;
  top: 0;
  /* bottom: 0; */
  background-repeat: repeat-x;
  background-size: 100%;
  transform: translateY(-98%);
}

.smaller {
  max-width: 1280px !important;
}

.show-for-desktop {
  display: none !important;
}

@media screen and (min-width: 1280px) {
  .show-for-desktop {
    display: inherit !important;
  }
}
