/*
 * Node Slideshow
 */

.ubm-node-slideshow-slides .slide {
  display: none;
  position: relative;
}

.ubm-node-slideshow-slides .slide:first-child {
  display: block;
}

.ubm-node-slideshow-slides img {
  width: 100%;
}

.ubm-node-slideshow-slides .cycle-sentinel {
  overflow: hidden;
}

.ubm-node-slideshow-slides .slide {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.ubm-node-slideshow-slides .cycle-prev,
.ubm-node-slideshow-slides .cycle-next {
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 250;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.ubm-node-slideshow-slides .cycle-prev {
  background-image: url("img/left_arrow.png");
}

.ubm-node-slideshow-slides .cycle-next {
  background-image: url("img/right_arrow.png");
  right: 0;
}

.ubm-node-slideshow-slides.slide-pager .slide {
  padding-bottom: 20px;
}

.ubm-node-slideshow-slides .cycle-pager {
  padding-top: 5px;
}

.ubm-node-slideshow-slides .slide .video-embed {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
