  .tc-slideshow-container {
    width: 139rem;
    max-width: 100%;
    margin-inline: auto;
    padding-inline: 1.5rem;
  }
  .tc-slideshow-sticky-head {
    width: 83rem;
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
    height: 11.7rem;
  }
  .slideshow-head-sub-title { font-size: 1.2rem; text-transform: uppercase; letter-spacing: .1em; color:#777; }
  .slideshow-head-title { font-size: 3.2rem; margin-top: 1.2rem; }
  .slideshow-head-text { margin-top: 1.2rem; font-size: 1.6rem; line-height: 2rem; color:#555; }
 
  .tc-slideshow-canvas {
    width: 100%;
    height: 100vh;
    position: relative;
    padding-top: 8rem;
    overflow: hidden;
    overflow-anchor: none;
  }
 
  /* items are stacked absolutely so they crossfade in place */
  .tc-slideshow-items {
    position: relative;
    height: calc(100% - 11.7rem);
    overflow-anchor: none;
  }
  .tc-slideshow-item {
    position: absolute;
    inset: 0;
  }
  .tc-slideshow-item-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tc-slideshow-item-img img {
    width: 76rem;
    max-width: 100%;
    border-radius: 1.6rem;
    will-change: transform;
  }
  .tc-slideshow-item-svg {
    position: absolute;
    top: 16rem;
    right: 19rem;
  }
  .tc-slideshow-item-svg svg path {
    stroke: #6B6B6B;
  }
.tc-slideshow-item-info {
	width: 29.8rem;
	background-color: #0C0C0C;
	color: #fff;
	padding: 1.5rem;
	border-radius: 13px;
	margin-bottom: 1rem;
	font-size: 1.5rem;
	line-height: 1.9rem;
	max-width: 100%;
	height: max-content;
}
.tc-slideshow-item-infos {
	position: absolute;
	top: calc(50% - 20rem);
	right: calc(50% - 68.5rem);
}
 
/* simple progress dots, not required, just handy for the demo */
.tc-slide-dots {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: .8rem;
    z-index: 5;
}
.tc-slide-dots span {
    width: .9rem; height: .9rem; border-radius: 50%;
    background: #ccc; transition: background .3s;
}
.tc-slide-dots span.active { background: #0C0C0C; }

.tci-1 .tc-slideshow-item-svg {
	right: calc(50% - 38rem);
	top: calc(50% - 15rem);
}
.tci-2 .tc-slideshow-item-svg {
	top: calc(50% - 16rem);
	right: calc(50% - 38rem);
}
.tci-2 .tc-slideshow-item-img {
	padding-right: 25rem;
}
.tci-2 .tc-slideshow-item-info:nth-child(2) {
	margin-left: -3rem;
}
.tci-2 .tc-slideshow-item-info:nth-child(4) {
	margin-left: -4rem;
}
.tci-3 .tc-slideshow-item-img {
	padding-bottom: 25rem;
}
.tci-3 .tc-slideshow-item-infos {
	top: initial;
	right: calc(50% - 15rem);
	bottom: calc(50% - 22rem);
}
.tci-4 .tc-slideshow-item-img {
	padding-bottom: 25rem;
}
.tci-4 .tc-slideshow-item-infos {
	display: flex;
	gap: 2rem;
	top: calc(50% + 9rem);
}
.tci-5 .tc-slideshow-item-img {
	padding-bottom: 25rem;
}
.tci-5 .tc-slideshow-item-infos {
	top: initial;
	right: calc(50% - 15rem);
	bottom: calc(50% - 22rem);
}
.tc-slideshow-item {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1050px) {
  .tc-slideshow-item-svg {
    display: none;
  }
  .slideshow-head-text {
    display: none;
  }
  .tc-slideshow-item-info {
    width: 300px;
    max-width: 100%;
    padding: 15px;
    border-radius: 7px;
    margin-bottom: 6px;
  }
  .tc-slideshow-sticky-head {
    height: 80px;
  }
  .tc-slideshow-items {
    height: calc(100% - 80px);
  }
  .tc-slideshow-item-infos {
    top: calc(50% - 295px);
    right: calc(50% - 150px);
  }
  .tci-2 .tc-slideshow-item-img {
	  align-items: flex-start;
    padding-right: 0;
  }
  .tci-2 .tc-slideshow-item-infos {
    top: calc(50% - 79px);
    bottom: 0;
    right: initial;
  }
  .tci-4 .tc-slideshow-item-img {
    align-items: flex-start;
    padding-top: 22px;
  }
  .tci-4 .tc-slideshow-item-infos {
    top: 216px;
    display: block;
  }
  .tci-2 .tc-slideshow-item-info:nth-child(2), .tci-2 .tc-slideshow-item-info:nth-child(4) {
    margin-left: 0;
  }
  .tci-3 .tc-slideshow-item-img {
    padding-bottom: 0;
  }
  .tci-3 .tc-slideshow-item-infos {
    top: calc(50% - 253px);
    bottom: inherit;
    right: calc(50% - 150px);
  }
  .tci-2 .tc-slideshow-item-info {
    background-color: rgba(0, 0, 0, .56);
  }
  .slideshow-head-title {
    font-size: 26px;
    margin-top: 3px;
  }
  .tci-5 .tc-slideshow-item-infos {
    top: calc(50% + 18px);
    right: calc(50% - 150px);
  }
}