.presentation-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.presentation-slide {
  display: none;
  width: 100%;
}

.presentation-slide.active {
  display: block;
}

.image-container-2 img {
  width: 100%;
  height: auto;
}

.text-left {
  padding: 20px;
}
