html, body {
  margin: 0;
  padding: 0;
}
header.scrolled .navinner {
  height: 80px;
}
	.sectionWhite{
		  position: relative;
  z-index: 5; /* Above overlay (z-index: 3) and background video */
		    scroll-snap-align: start;
    scroll-snap-stop: always;
	}
.lmBtn{
	display: inline-flex;
  align-items: center;
  gap: 0 6px;
}
@media (max-width: 767px) {
  header {
    padding: 0 !important;
  }
  .navinner {
    padding: 0px 16px;
  }
}
@media (max-width: 1280px) {
  .logo-scrolled {
    width: 118px !important;
  }
}
#loaderLogo {
  max-width: 359px;
  height: 60px;
}
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#progress-bar {
  background: url(/wp-content/themes/jv/jvsplash/img/loader.svg) no-repeat center;
  position: absolute;
  width: 336px;
  height: 336px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -0.44px;
  color: #47A9F8;
	opacity: 0;
}
/* Class to hide the loader after completion */
.loaded #page-loader {
  opacity: 0;
  pointer-events: none; /* Allows clicks on content underneath */
}
@keyframes spinCounterClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.spinning {
  display: inline-block;
  animation: spinCounterClockwise 2s linear infinite;
}
/* child stays visually fixed */
.spinning > #fixed-content {
  display: inline-block;
  animation: spinClockwise 2s linear infinite;
}
@keyframes spinClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg); /* opposite direction cancels out */
  }
}
/* Loading Screen */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/jv/jvsplash/img/loading-bg-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease-out;
}
#main-content {
  display: none;
  transition: opacity 0.8s ease-in;
}
/* First section - normal height */
section.first {
  min-height: 100vh;
  position: relative;
}
/* Container for first section content */
section.first .sticky-wrap {
  position: relative;
  min-height: 100vh;
}
/* Default canvas styles */
canvas:not(#viewer) {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(0.5);
  animation: zoomOutEffect 2s ease-out forwards;
}
@keyframes zoomOutEffect {
  0% {
    transform: scale(1);
    /* Start 150% size */
  }
  100% {
    transform: scale(1);
    /* End normal size (zoom out) */
  }
}
/* Background video overlay - matches background video range */
#bgvideo-overlay {
  position: fixed;
  top: 0;
  left: 0;
	 inset: 0;
  width: 100vw;
  height: 100vh; /* Matches background video height */
  object-fit: cover;
  z-index: 3; /* Above text (z-index: 2), below sections and canvas */
  opacity: 0.3; /* Subtle overlay effect - adjustable */
  pointer-events: none; /* Don't block interactions */
  will-change: transform;
  display: block;
}
/* Hide overlay on mobile devices */
@media (max-width: 768px) {
  #bgvideo-overlay {
    display: none;
  }
}
/* Text sections - each section takes full viewport */
.text-section {
  min-height: 100vh;
  position: relative;
  z-index: 1; /* Above canvas */
}
/* Text elements now behave normally in sections */
.text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 1;
}
#text1 {
  justify-content: flex-start;
  padding-left: 3%;
}
#text2, #text3 {
  justify-content: flex-end;
  padding-right: 3%;
}
.text.visible {
  opacity: 1;
}
/* Canvas positioned fixed at top, independent of text sections */
canvas#viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10; /* Above text content */
  pointer-events: none;
  transition: none; /* Remove transition for smoother position changes */
}
/* When canvas is locked, it becomes absolute */
canvas#viewer.locked {
  position: absolute;
}
/* Hide the static image - replaced by canvas animation */
#thumb123 {
  display: none !important;
}
/* Canvas hotspot overlay - follows the canvas position */
#canvas-hotspot-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 15; /* Above canvas */
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
#canvas-hotspot-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}
/* New hover hotspot in target section */
#trilogy-valve-hotspot-canvas {
  position: absolute;
  bottom: -32px;
  left: 50px;
  width: 24px;
  height: 24px;
  pointer-events: auto;
  z-index: 15;
  opacity: 0;
  transition: opacity 0.5s ease-in;
  display: none;
}
#trilogy-valve-hotspot-canvas.visible {
  display: block;
  opacity: 1;
}
/* Hover canvas for trilogy valve hotspot */
#trilogy-valve-hover-canvas {
  position: absolute;
  bottom: calc(29% - 150px); /* Center around hotspot */
  left: calc(22% - 150px);
  width: 300px !important;
  height: 300px !important;
  max-width: 300px !important;
  max-height: 300px !important;
  border-radius: 50%;
  background-color: transparent;
  display: none;
  z-index: 20;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#trilogy-valve-hover-canvas.visible {
  display: block;
  opacity: 1;
}
/* Parallax line styling */
.parallax-line {
  display: block;
  will-change: transform;
  transition: transform 0.1s ease-out;
}
/* Smooth animation for intro text */
.parallax-intro {
  will-change: transform, opacity;
}
/* Ensure proper layering for parallax effects */
.text-section .aortic-style {
  position: relative;
  z-index: 2;
}
/* Make sure lines keep spacing and don't overlap */
#text1 span, #text2 span, #text3 span {
  display: block;
}
/* Reduce spacing between spans on desktop */
@media (min-width: 769px) {
  #text1 span, #text2 span, #text3 span {
    margin-bottom: -1.2rem; /* Reduce gap between lines */
  }
}
#section-rotate, #section-trilogy, #section-video, #section-data, #homeabout, #section-artist, #tscards, #footnotes, footer {
  position: relative;
  z-index: 5; /* Above overlay (z-index: 3) and background video */
}
.white-menu .logo {
  display: none;
}
.white-menu .logo-scrolled {
  display: inline-block;
}
.white-menu .nav ul li a {
  color: #000 !important;
}
.ha-copy {
  margin-bottom: 20px;
}
.ha-inner {
  margin: 0 auto 60px;
}
#homeabout h2 br, .ha-copy br {
  display: none;
}
.ha-trilogy {
  max-width: 814px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #homeabout h2 br, .ha-copy br {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .ha-copy {
    margin-bottom: 30px;
    line-height: 1.75;
  }
  .ha-inner {
    margin: 0 auto 98px;
  }
}
.back-with-animation {
  padding: 60px 0 20px;
}
#footnotes {
  padding-top: 50px;
}
.headernav .nav ul li a {
  color: #fff;
}
.bg-white {
  background: #fff;
}
.txt-align-left {
  text-align: left;
}
.txt-align-center {
  text-align: center;
}
.txt-align-right {
  text-align: right;
}
.six-hundred-width {
  max-width: 650px;
  margin: 0 auto;
}
.gap-fifty {
  padding: 50px 0px;
}
.gap-hundred {
  padding: 100px 0px;
}
.white-color-font {
  color: #fff;
}
.black-color-font {
  color: #000;
}
.blue-color-btn {
  background: #3777bf;
  color: #fff;
}
.donwload-brusure {
  background-color: rgba(22, 39, 59, 0.04) !important;
  padding: 30px;
}
.flipcard-img img {
  border-radius: 10px;
}
.zoom-video {
  background: #fff;
  padding: 0px !important;
  margin: auto 0px;
}
.zoom-video .basic {
  padding: 0px !important;
}
.tscard-row-three {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 400px auto;
  grid-column-gap: 20px;
  text-align: center;
}
.zoom-video .video-container {
  border-radius: unset;
}
/* Video wrapper before animation */
.video-wrapper {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  transform: scale(0.3);
  opacity: 0;
  transition: transform 1.5s ease, opacity 1.5s ease;
}
/* When visible on scroll */
.video-wrapper.show {
  transform: scale(1);
  opacity: 1;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.valve-anm {
  animation: slideIn 2s ease forwards;
  /* Animation properties */
}
@keyframes slideIn {
  0% {
    transform: translateY(-20%);
    /* Start off-screen to the right */
  }
  100% {
    transform: translateY(0%);
    /* End off-screen to the left */
  }
}
#header-mobile {
  position: relative;
  height: 400vh; /* Updated for 4 slides */
}
#header-mobile .basic {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.header-mobile-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header-mobile-content.active {
  opacity: 1;
  transform: translateY(0);
}
#header-mobile .header-mobile-content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s ease;
  text-align: left;
}
#header-mobile .header-mobile-content.active {
  opacity: 1;
  position: relative;
}
.header-mobile-content h3 {
  color: #fff;
}
@media (max-width: 1300px) {
  .aortic-style h3 {
    font-size: 8rem !important;
    /*line-height: 6rem !important;*/
  }
}
@media (max-width: 1100px) {
  .aortic-style h3 {
    font-size: 7rem !important;
    /*line-height: 5.5rem !important;*/
  }
}
@media (max-width: 1000px) {
  .aortic-style h3 {
    font-size: 6rem !important;
    /*line-height: 5rem !important;*/
  }
}
@media (max-width: 900px) {
  .aortic-style h3 {
    font-size: 5rem !important;
    /*line-height: 5rem !important;*/
  }
}
@media (max-width: 768px) {
  .aortic-style h3 {
    font-size: 3rem !important;
    line-height: 2.5rem !important;
  }
  .header-mobile-content h3 {
    font-size: 7rem !important;
    line-height: 6rem !important;
  }
  .header-mobile-content h5 {
    width: 515px !important;
  }
  #header-mobile {
    display: inline-block;
    padding: 50px 0px 0px !important;
  }
  .header-mobile-content img {
    width: 400px !important;
  }
  #trilogy-delivery img, #tss2 img {
    padding-bottom: 40px;
  }
  body.trilogy-system #footnotes {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .header-mobile-content h5 {
    width: 300px !important;
  }
  .header-mobile-content h3 {
    font-size: 4rem !important;
    line-height: 3.5rem !important;
  }
}
@media (max-width: 480px) {
  .header-mobile-content img {
    width: 275px !important;
  }
}
.nav-menu-list li.current a {
  color: #05285a;
  text-decoration: underline;
}
/* The Overlay (background) */
.overlay-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.loader {
  font-size: 13px;
  color: #333;
  margin-left: 8px;
  display: none;
}
canvas#animCanvas2, canvas#animCanvas3 {
  max-width: 1200px !important;
  max-height: 675px !important;
}
/* Hotspot animation canvases - fixed position bottom left */
canvas#hotspot-1-canvas, canvas#hotspot-2-canvas, canvas#hotspot-3-canvas {
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 9999;
  cursor: pointer;
  display: none;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid #a6a6a4;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
canvas#hotspot-4-canvas {
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 9999;
  cursor: pointer;
  display: none;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid #a6a6a4;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#sheath .tsv-splitcol2 img, #sheath2 .tsv-splitcol2 img {
  max-width: 1200px !important;
}
/* Larger canvas sizes for sheath sections on desktop */
#sheath canvas#animCanvas2, #sheath2 canvas#animCanvas3 {
  width: 100% !important;
  height: auto !important;
}
/* Ensure sheath containers don't restrict size */
#sheath .tsv-lg, #sheath2 .tsv-lg {
  max-width: 100%;
  width: 100%;
}
/* Larger sizing for desktop devices (above tablet) */
@media (min-width: 769px) {
  #sheath .tsv-splitcol2, #sheath2 .tsv-splitcol2 {
    max-width: 800px;
  }
  #sheath canvas#animCanvas2, #sheath2 canvas#animCanvas3 {
    max-width: 1200px;
  }
  #sheath .anim-final-frame, #sheath2 .anim-last-frame {
    max-width: 1200px;
  }
}
/* default (hidden / moved down 100px) */
.section2text {
  transform: translateY(-500px);
  opacity: 0;
  transition: transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, opacity;
}
.section2text.inview {
  transform: translateY(0);
  opacity: 1;
}
/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .section2text {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
#thumb, #trilogy-valve-hotspot5, #thumbcircle1, #thumbcircle2, #thumbcircle3 {
  cursor: pointer;
}
#hotspot-1-canvas, #hotspot-2-canvas, #hotspot-3-canvas, #thumbcircle1, #thumbcircle2, #thumbcircle3, #trilogy-valve-hotspot5 {
  display: none;
  z-index: 9;
}
#trilogy-valve-hotspot5 {
  position: absolute;
  top: 18%;
  right: 29%;
  width: 24px;
  height: 24px;
  z-index: 6;
}
/* overlay covers the screen so clicks outside canvas are easy to detect */
.overlay {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 180ms ease;
}
/* hidden state */
.overlay.hidden {
  opacity: 0;
  pointer-events: none; /* disable interactions when hidden */
}
/* when shown, remove hidden (pointer-events default allows clicking) */
.overlay:not(.hidden) {
  pointer-events: auto;
}
/* allow canvas to appear above overlay-center area */
.overlay-center {
  padding: 12px;
  background: transparent;
  border-radius: 10px;
}
#fixed-301, #thumb123 {
  transition: opacity 0.35s ease;
}
#fixed-301 {
  transition: opacity 200ms ease;
}
@media (max-width: 1439px) {
  #trilogy-valve-hotspot-canvas {
    left: 10%;
  }
  #trilogy-valve-hover-canvas {
    left: calc(10% - 150px);
  }
}
@media (max-width: 1399px) {
  #trilogy-valve-hotspot-canvas {
    left: 10%;
    bottom: 28%;
  }
  #trilogy-valve-hover-canvas {
    left: calc(10% - 150px);
    bottom: calc(28% - 150px);
  }
  canvas#hotspot-1-canvas, canvas#hotspot-2-canvas, canvas#hotspot-3-canvas {
    bottom: 30px;
    left: 30px;
  }
}
@media (max-width: 1199px) {
  #trilogy-valve-hotspot-canvas {
    left: 10%;
    bottom: 27%;
  }
  #trilogy-valve-hover-canvas {
    left: calc(10% - 150px);
    bottom: calc(27% - 150px);
  }
  canvas#hotspot-1-canvas, canvas#hotspot-2-canvas, canvas#hotspot-3-canvas {
    bottom: 30px;
    left: 30px;
  }
}
@media (max-width: 1024px) {
  #trilogy-valve-hotspot-canvas {
    left: 10%;
    bottom: 26%;
  }
  #trilogy-valve-hover-canvas {
    left: calc(10% - 100px);
    bottom: calc(26% - 100px);
    width: 200px !important;
    height: 200px !important;
    max-width: 200px !important;
    max-height: 200px !important;
  }
  canvas#hotspot-1-canvas, canvas#hotspot-2-canvas, canvas#hotspot-3-canvas {
    bottom: 20px;
    left: 20px;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 960px) {
  canvas#hotspot-1-canvas, canvas#hotspot-2-canvas, canvas#hotspot-3-canvas {
    bottom: 20px;
    left: 20px;
  }
  #trilogy-valve-hotspot5 {
    top: 19%;
    right: 27%;
  }
  canvas#hotspot-4-canvas {
    bottom: 20px;
    left: 20px;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  /* Hide 3D canvas and first three text sections on mobile */
  #viewer {
    display: none !important;
  }
  #section-text1, #section-text2, #section-text3 {
    display: none !important;
  }
  /* Hide desktop trilogy-delivery section on mobile */
  #trilogy-delivery {
    display: none !important;
  }
  /* Make animation canvases full width on mobile */
  canvas#animCanvas2, canvas#animCanvas3 {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
  }
  /* Make final frame images full width on mobile */
  .anim-final-frame, .anim-last-frame {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
  }
  /* Ensure image containers are full width */
  .tsv-lg, .imageContainer {
    width: 100% !important;
  }
  /* Mobile trilogy section styling */
  .mobile-trilogy-section {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .mobile-trilogy-image {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mobile-trilogy-image img {
    width: 100%;
    max-width: 350px;
    height: auto;
  }
  .mobile-trilogy-text {
    color: #fff;
    text-align: left;
  }
  .mobile-trilogy-text h2 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    line-height: 110%;
  }
  .mobile-trilogy-text p {
    font-size: 1.6rem;
    line-height: 140%;
  }
  /* Canvas for mobile hotspot animation */
  #trilogy-valve-hover-canvas-mobile {
    position: absolute;
    border-radius: 50%;
    border: none !important; /* Remove border */
    background-color: transparent;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
    pointer-events: none; /* Allow clicks to pass through */
  }
  #trilogy-valve-hover-canvas-mobile.visible {
    display: block !important;
    opacity: 1 !important;
  }
  /* Clean scroll snap implementation for mobile */
  body {
    overflow-x: hidden;
  }
  #main-content {
    display: block !important;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    height: 100vh;
    scroll-behavior: smooth;
  }
  /* Snap points for main sections */
  section#section-tavr, section#section-trilogy, section#section-video, section#section-data, section#homeabout {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  /* Header mobile keeps its existing scroll animation system */
  #header-mobile {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  #trilogy-valve-hotspot-canvas {
    left: 10%;
    bottom: 33%;
  }
  #trilogy-valve-hover-canvas {
    left: calc(10% - 75px);
    bottom: calc(33% - 75px);
    width: 150px !important;
    height: 150px !important;
    max-width: 150px !important;
    max-height: 150px !important;
  }
  /* Hotspot canvas sizes for mobile - fixed bottom left */
  canvas#hotspot-1-canvas, canvas#hotspot-2-canvas, canvas#hotspot-3-canvas {
    bottom: 15px;
    left: 15px;
    width: 200px;
    height: 200px;
  }
  .vector-bg2 .tsv-splitcol1 {
    padding: 50px 15px !important;
  }
  #trilogy-valve-hotspot5 {
    top: 19%;
    right: 29%;
  }
  canvas#hotspot-4-canvas {
    bottom: 15px;
    left: 15px;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 700px) {
  #trilogy-valve-hotspot5 {
    top: 19%;
    right: 29%;
  }
  canvas#hotspot-4-canvas {
    bottom: 15px;
    left: 15px;
    width: 180px;
    height: 180px;
  }
  .vector-bg .tsv-splitcol1 {
    padding: 90px 15px !important;
  }
}
@media (max-width: 650px) {
  canvas#hotspot-1-canvas, canvas#hotspot-2-canvas, canvas#hotspot-3-canvas {
    bottom: 15px;
    left: 40px;
    width: 150px;
    height: 150px;
  }
  .vector-bg2 .tsv-splitcol1 {
    padding: 90px 15px !important;
  }
  canvas#hotspot-4-canvas {
    bottom: 15px;
    left: 40px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 500px) {
  canvas#hotspot-1-canvas, canvas#hotspot-2-canvas, canvas#hotspot-3-canvas {
    bottom: 10px;
    left: 30px;
    width: 120px;
    height: 120px;
  }
  #trilogy-valve-hotspot5 {
    top: 20%;
    right: 26%;
  }
  canvas#hotspot-4-canvas {
    bottom: 10px;
    left: 30px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 375px) {
  canvas#hotspot-1-canvas, canvas#hotspot-2-canvas, canvas#hotspot-3-canvas {
    bottom: 10px;
    left: 10px;
    width: 100px;
    height: 100px;
  }
  #trilogy-valve-hotspot5 {
    top: 20%;
    right: 26%;
  }
  canvas#hotspot-4-canvas {
    bottom: 10px;
    left: 10px;
    width: 100px;
    height: 100px;
  }
}
.hotspot {
  position: absolute;
}
.hotspot::before {
  position: absolute;
  content: "";
  left: -15px;
  top: -15px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  z-index: 99;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  outline: 1px solid #fff;
  outline-offset: 3px;
}
.hotspot:hover::before {
  position: absolute;
  content: "";
  left: -15px;
  top: -15px;
  width: 32px;
  height: 32px;
  background: #4e61ef;
  border-radius: 50%;
  z-index: 3;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  outline: 1px solid #4e61ef;
  outline-offset: 3px;
}
/* hotspots hidden by default */
.hotspot-loading {
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), transform var(--transition);
  position: absolute;
  width: var(--hot-size);
  height: var(--hot-size);
  transform: translate(-50%, -50%);
  border: none;
  background: transparent;
  cursor: pointer;
}
/* visible when wrapper has class 'loaded' */
.hotspot-loading .hotspot {
  opacity: 1;
  visibility: visible;
}
.z-3 {
  z-index: 3;
}