/* Includes custom Voltimum styles */

.roundabout-holder {
  list-style: none;
  padding: 0;
  margin: 0 auto 18px auto;
  max-width: 580px;
  height: 141px;
}

  .roundabout-moveable-item {
    width: 168px;
    height: 141px;
    cursor: pointer;
    background-color: #fff;
    list-style: none outside none;
  }
  
  .roundabout-moveable-item img {
    margin: 0;
    display: block;
    width: 100%;
    height: auto; 
  }
    
  .roundabout-in-focus {
    cursor: auto;
  }
  

/* Custom Voltimum styles */

.vlt-video-carousel-wrapper {
  position: relative;
}

.vlt-video-carousel-title {
  width: 60%;
  margin: 0 20%;
  position: relative;
  z-index: 300;
  font-weight: bold;
  text-align: center;
}

.vlt-video-carousel-wrapper .vlt-overlay-video {
  margin-left: -20px;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 73px;
}

.vlt-video-carousel {
  margin-bottom: 0;
  left: 3px;
}

.vlt-video-carousel li {
  width: 168px;
}

.vlt-video-carousel .roundabout-in-focus {
  cursor: pointer;
}

  .vlt-video-carousel li img {
    width: 100%;
    height: auto;
  }
  
  .vlt-video-carousel .video-title {
    display: none;
  }

   
  @media all and (max-width: 959px) {
    .roundabout-holder { width: auto; }
  }