
.OverviewContainer {
  width: 100vw;
  /* border: 1px solid black;
  box-sizing: border-box; */
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}


.OverviewContainerSingle {
  height: 69.85vw;
  
}

.OverviewContainerImg {
  width: 100vw;
  height: 69.85vw;
  /* opacity: 0.5; */
  transition: opacity 0.7s linear;
  position: absolute;
  top:0;
}

.OverviewContainerGifOver {
  position: absolute;
  top: 0;
  left: 0;
}

.OverviewContainerSticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100vw;
  height: 69.85vw;
  /* border: 1px solid blue;
  box-sizing: border-box; */
}

.OverviewContainerDistanceMeasureBig {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}


.OverviewContainerDistanceMeasureSmall {
  height: 69.85vw;
  Width: 100vw;
  /* border: 1px solid orange;
  box-sizing: border-box; */
}


.Titles-OV{
  font-size: 1.4rem;
  color: black;
  font-family: "OpenSans", sans-serif;
  line-height: 1.9;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0.3vw;

} 
.Text-OV{
  font-size: 1.1rem;
  padding-left: 2%;
  padding-right: 2%;
  color: black;
  font-family: "OpenSans", sans-serif;
  line-height: 1.7;
  text-align: justify;
  text-align-last: left;
} 