.felinos-widget-slideshow.container {
  /* width: 60%; */
  height: 40vh;

  margin:0 auto;
	overflow:hidden;
}

@media only screen and (max-width: 909px) {
  .felinos-widget-slideshow.container {
    /* width: 100%; */
  }
}

.felinos-widget-slideshow #content-slider {
  width: 100%;
  height: 100%;
  margin: 0;
}

#slider {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow:visible;

  position:relative;
	background:#000;
}

.felinos-widget-slideshow #slider img {
  width: 100%;
  height: 100%;
	object-fit: cover;
  background-color: #f29300;
}

.felinos-widget-slideshow #slider #mask {
  width: 100%;
  height: 100%;
  overflow:hidden;
}

#slider ul {
  width: 100%;
  height: 100%;
	margin:0;
	padding:0;
	position:relative;
}

#slider ul li {
  width: 100%;
  height: 100%;
	position:absolute;
	top:-100%;
	list-style:none;
}

#slider .tooltip {
  width: 100%;
  height: 20%;
  position:relative;
  bottom: 22%;
  left: -100%;

	background:rgba(0,0,0,0.7);

	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

@media only screen and (max-width: 909px) {
  .felinos-widget-slideshow #slider #mask .tooltip {
    left: 0;
  }
}

#slider .tooltip h1 {
	color:#fff;
	font-size: x-large;
	font-weight:300;
	line-height: inherit;
	padding: 0 0 0 1rem;
  margin: 0;
}

.felinos-widget-slideshow #slider li.slider-animation:hover .tooltip {
  left:0px;
}

.felinos-widget-slideshow #slider .progress-bar {
  width: 100%;
  height: 2%;
  top: -2%;
  background-color: #f29300;
}

.felinos-widget-slideshow #slider:hover .progress-bar {
	-moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
}
