html.swipebox {
    overflow: hidden;
}

#swipebox-overlay img {
  border: none!important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  z-index: 1;
}

#swipebox-slider .slide #swipebox-loading {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  z-index: 0;
}

#swipebox-slider .slide .swipebox-video-container {
  background:none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding:5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}


#swipebox-slider .slide .swipebox-video-container .swipebox-video{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{
  width: 100%!important; 
  height: 100%!important;
  position: absolute;
  top: 0; left: 0;
}

#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-action {
  top: 0px;
}
#swipebox-action.visible-bars {
  top: 0;
}

#swipebox-action.force-visible-bars {
  top: 0!important;
}


#swipebox-caption {
  bottom: 15px;
  text-align: center;
}
#swipebox-caption.visible-bars {
  bottom: 15;
}

#swipebox-caption.force-visible-bars {
  bottom: 15!important;
}

#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close,
#swipebox-action #swipebox-keyboard {
  color: #fff;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer !important;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: 0;
}

#swipebox-action #swipebox-close {
  left: 0px;
  font-size: 20px;
  padding-top: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#swipebox-action #swipebox-keyboard {
  left: 50px;
  cursor: default;
}
#swipebox-action #swipebox-keyboard:before,
#swipebox-action #swipebox-keyboard:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.noTablet #swipebox-action #swipebox-keyboard:before,
.noMobile #swipebox-action #swipebox-keyboard:before {
  content: "\f11c";
}
.isTablet #swipebox-action #swipebox-keyboard:before,
.isMobile #swipebox-action #swipebox-keyboard:before {
  content: "\f0a6";
  font-size: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}



#swipebox-action #swipebox-prev {
  right: 50px;
}

#swipebox-action #swipebox-next {
  right: 0px;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  background: none;
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}


/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
  background: rgba(0,0,0,.8);
}

#swipebox-action, #swipebox-caption {
  background: none;
}

#swipebox-action {
  border-top: none;
  text-shadow: 0 0 3px rgba(0,0,0,.8);
}

#swipebox-caption {
  text-shadow: 0 0 10px rgba(0,0,0,.8);
  border-bottom: none;
  color: white!important;
  font-size: 18px;
  line-height: 50px;
  font-family: Helvetica, Arial, sans-serif;
}
#swipebox-slide div.slide img {
  box-shadow: 0 0 5px rgba(0,0,0,.5);
  cursor: default;
}

