body {
  font-family: 'Google Sans', sans-serif;
}

.title {
  font-size: 3rem;
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}

.icon-fix, .icon-fix span {
  color: #F0F0F0 !important;
}

.icon-btn a, .icon-btn a:hover {
  text-decoration: none !important;
}

.icon-btn, .icon-btn:visited {
  background-color: #363636 !important;
}

.icon-btn:hover, .icon-btn:active {
  background-color: #101010 !important;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

.authors {
  padding-top: 10px;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.organizations {
  padding-bottom: 10px;
  font-size: 1.0rem;
  line-height: 1.0rem;
}

.method-btn {
  font-size: 1.0rem;
  display: inline-block;
}

.warning {
  text-align: center;
  height: 100%;
  display: inline-flex;
  font-size: 1.2rem;
}

.carousel-control-prev {
    left: -15%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    right: -15%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23444' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23444' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-indicators{
  position:absolute;
  right:0;
  bottom:-10%;
  left:0;
  z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}

.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:#D0D0D0}

.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}

.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}

.carousel-indicators .active{background-color:#888888}

.zoom-container {
  position: relative;
}

.tight-margin {
  margin: 0 !important;
  padding: 0 !important;
}

.zoom-cell {
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  overflow: hidden;
  /* clip-path: polygon(45% 45%, 55% 45%, 55% 55%, 45% 55%); */
  /* -webkit-clip-path: polygon(45% 45%, 55% 45%, 55% 55%, 45% 55%); */
}

.overlay {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 1;
  font-size: 1.2em;
  text-align: left;
  color: white;
  text-shadow: -0.75px -0.75px 0 black, 0.75px -0.75px 0 black, -0.75px 0.75px 0 black, 0.75px 0.75px 0 black, -1.06px 0px 0 black, 1.06px 0px 0 black, 0px -1.06px 0 black, 0px 1.06px 0 black;
}

.overlay-left-corner {
  position: absolute;
  left: 2%;
  z-index: 1;
  font-size: 1.5em;
  text-align: left;
  color: white;
  text-shadow: -0.75px -0.75px 0 black, 0.75px -0.75px 0 black, -0.75px 0.75px 0 black, 0.75px 0.75px 0 black, -1.06px 0px 0 black, 1.06px 0px 0 black, 0px -1.06px 0 black, 0px 1.06px 0 black;
}

.overlay-right-corner {
  position: absolute;
  right: 2%;
  z-index: 1;
  font-size: 1.5em;
  text-align: right;
  color: white;
  text-shadow: -0.75px -0.75px 0 black, 0.75px -0.75px 0 black, -0.75px 0.75px 0 black, 0.75px 0.75px 0 black, -1.06px 0px 0 black, 1.06px 0px 0 black, 0px -1.06px 0 black, 0px 1.06px 0 black;
}

.zoom-video {
  /* width: 100%; */
  /* height: 100%; */
  object-fit: cover;
  transform: scale(1.0);
  overflow: hidden;
  display: block;
}

.zoom-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle 50px at var(--x) var(--y), rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: radial-gradient(circle 50px at var(--x) var(--y), rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
  mask-image: radial-gradient(circle 50px at var(--x) var(--y), rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
  /* background: radial-gradient(circle 50px at var(--x) var(--y), rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); */
  /* -webkit-mask-image: radial-gradient(circle 50px at var(--x) var(--y), rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); */
  /* mask-image: radial-gradient(circle 50px at var(--x) var(--y), rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); */
  pointer-events: none;
}

/* Magnifying Glass Effect */
.zoom-magnifier {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%) scale(1);
  /*backdrop-filter: blur(5px);*/
  transition: transform 0.1s ease-out;
  pointer-events: none;
}

#comp-container {
  position: relative;
}

#comp-container img {
  width: 100%;
  height: auto;
  display: block;
}

#comp-top-left {
  width: 100%;
  position: absolute;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  overflow: hidden;
  z-index: 1;
}

#comp-top-right {
  width: 100%;
  position: absolute;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  overflow: hidden;
  z-index: 1;
}

#comp-bottom-left {
  width: 100%;
  position: absolute;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  overflow: hidden;
  z-index: 1;
}

#comp-bottom-right {
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  overflow: hidden;
  z-index: 1;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: move;
  width: 40px;
  height: 40px;
  background-color: #F0F0F0;
  opacity: 0.7;
  border-radius: 50%;
}

.list-unstyled li {
  padding-left: 3em;
  padding-right: 1.5em;
  text-indent: -1.5em;
}