@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

.video-container {
	text-align:center;
	max-width:70%;

}



.embed{
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
	
}



.slides {
  display: none;
  text-align:left;
  padding: 20px 30px;
}



.slide {    
  padding: 40px 60px 40px 60px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
  margin: 0 -26px;
  min-height: 244px;
  background-color:#fff;

}


.slide img {
	padding-bottom:25px;
	max-height:150px;
}


.nav{
  background:#001226;
  color: #ffb00b;
  z-index: 99999;

}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 42%;
  width:60px;
  padding: 16px 20px;
  margin-top: 0;
	margin-left:-30px;
  font-weight: bold;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 50%;
  user-select: none;
}

.next {
  right: 0;
  margin-right: -31px;
	
}



.icon {
  color: #fff;
  font-size: 24px;
}

.dots{
  text-align:center;
  margin-top:20px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



.active, .dot:hover {
  background-color: #001226;
}


@media only screen and (max-width: 600px) {


 .embed{
    display: block;
  }

.slide {    
  padding: 20px 30px 20px 30px;
  margin: 0 -26px;

}


.prev, .next {
    bottom: 0;
    padding: 9px 9px;
    width: 38px;
    top:inherit;
	    font-size: 10px!important;
	  margin-left:20px;
  }
	
.next {
  right: 0;
  margin-right: 21px;
	
}
  
}

