.slideshow__slide { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.slideshow__box { 
	position:relative;
  width: 100%;
  height: 100%;
  color: transparent;
  display: block;
}
.slideshow__box-video { 
	display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (orientation: portrait) {
	.slideshow__box--landscape { 
		background-image: none !important;
	}
}
@media screen and (orientation: landscape) {
	.slideshow__box--portrait { 
		background-image: none !important;
	}
}
/*
.slideshow__box { 
	display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;*/
}
*/

