html {
  overflow-x: hidden;
}
.images {
  width: 500px !important;
  height: auto;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: white;
  border: 2px solid white;
  border-radius: 1rem;
  cursor: pointer;
}
.without-effects {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;

  border: none !important;
  background: transparent !important;
}
.without-effects:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}
#without-effects-and-animations {
  width: 500px !important;
  height: auto;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  border: none !important;
  background: transparent !important;
}
@media only screen and (max-width: 480px) {
  #without-effects-and-animations {
    width: 300px !important;
  }
  .images {
    width: 300px !important;
  }
}
@media only screen and (max-width: 280px) {
  #without-effects-and-animations {
    width: 200px !important;
  }
  .images {
    width: 300px !important;
  }
}

.images:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.full-screen {
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  display: none;
  z-index: 9996;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.inner-screen {
  position: relative;
  z-index: 9997;
  /* background-color: white; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
.inner-screen-viewer {
  position: absolute;
  z-index: 9998;
  border-radius: 1rem;
  background-color: white;
  border: 3px solid white;
  width: 90vw;
  height: calc(4 / 7 * 80vw);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.relative {
  position: relative;
}

.full-screen-overlay {
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 50px;
  padding-left: 20px;
  color: #60a5fa;
  /* text-decoration: underline; */
  font-variant: small-caps;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04))
    drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.text-overlay-full-screen {
  background: white;
  width: auto;
  height: auto;
  /* transform: skew(-20deg); */
  padding: 0 10px 0 10px;
  margin-bottom: 15px;
  border-radius: 25px;
  cursor: default;
}
.text-overlay-full-screen:hover {
  display: none;
}
.close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: black !important;
  text-shadow: 0 1px 0 #fff;
  z-index: 9997;
  position: absolute;
  width: -webkit-fill-available;
  display: flex;
  justify-content: flex-end;
  margin: 15px 35px 0 0;
  cursor: pointer;
  opacity: 1 !important;
}
.inner-close {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 15px;
  border-radius: 999px;
  background-color: white;
}

.inner-close:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.heading-overlay {
  font-size: 3rem;
  font-weight: 300 !important;
  line-height: 1.2 !important;
  position: absolute !important;
  color: black !important;
  width: -webkit-fill-available;
  height: 45vw;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 20px;
}
@media only screen and (max-width: 1280px) {
  .heading-overlay {
    font-size: 2rem !important;
  }
}
@media only screen and (max-width: 1000px) {
  .heading-overlay {
    font-size: 1rem !important;
  }
}
