.wtp_slideshow_outer_container {
	margin-left: initial;
	margin-right: initial;
	display: inline-flex;
	height: 50vh !important;
	text-align: center;
}
.wtp_slideshow_text {
  width: 90vw !important;
  text-align: center;
  padding: 32px;
  position: absolute;
  margin-top: 0px;
  height: calc(50vh - 64px) !important;
}
.wtp_slideshow_image {
  width: 100%;
  height: 100%;
  background-size: contain;
  max-width: initial;
  min-width: initial;
  /*width: initial !important;*/
  max-height: initial;
  min-height: initial;
  margin-top: initial;
  margin-bottom: initial;
  position: absolute;
  height: 50vh !important;
}
.wtp_slideshow_selected {
  visibility: visible;
  width: 100% !important;
  /*height: calc(50vh - 64px) !important;*/
}
.wtp_slideshow_unselected {
  visibility: hidden;
  /*width: 1px !important;*/
  height: 1px !important;
}


@media only screen and (min-width: 320px) {
  .wtp_slideshow_text {
    width: 80% !important;
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 1024px) {
  .wtp_slideshow_image {
    width: 98% !important;
  }
}

@media only screen and (min-width: 1025px) {
  .wtp_slideshow_text {
    width: 90% !important;
    font-size: 0.9em;
  }
}