.mySlides {display:block;}
/* Slideshow container */
.slideshow-container {
  
  position: relative;
  margin: auto;
  width:100%;
  height:100%;
  max-height:250px;
}

@media (min-width:768px){
	.text {
  		color: #000;
  		font-size: 20px;
  		padding: 8px 12px;
  		position: absolute;
  		bottom: 8px;
  		width: 100%;
  		text-align: center;  
  		margin-bottom:-27%;
  		text-align:center;
		font-family:'Roboto';
	}
	
	.hrstyle {
		border:solid 2px black;
		margin-top:300px;
	}
}

@media (max-width:768px){
	.text {
  		color: #000;
  		font-size: 20px;
  		padding: 8px 12px;
  		position: absolute;
  		bottom: 8px;
  		width: 100%;
  		text-align: center;
  		text-align:center;
		margin-bottom:-17%;
		font-family:'Roboto';
	}
	
	.hrstyle {
		border:solid 2px black;
		margin-top:80px;
		position:relative;
	}
}

.pduheader{
  		font-size: 25px;
		color:#00F;
  		padding: 8px 12px;
  		position: relative;
  		width: 100%;
  		text-align: left; 
		max-width:700px;
		line-height:40px;
		font-family:'Roboto';
		height:100px;
		margin-top:100px;
	}
	.pducontact{
		color: #000;
  		font-size: 20px;
  		padding: 8px 12px;
  		width: 100%;
  		text-align: justify; 
		line-height:40px;
		font-family:'Roboto';
		height:auto;
	}
	
	.mainProducts{
		
	}
	
	.products{
		
	}
	
	.productsHeader{
		font-family:'Roboto';
	}
	
	.productsButton{
		
	}
		

/* Caption text */

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  display:none;
}
/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: none;
  transition: background-color 0.6s ease;
}
.active {
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 7s;
  animation-name: fade;
  animation-duration: 7s;  
}

.fade2{
  -webkit-animation-name: fade2;
  -webkit-animation-duration: 7s;
  animation-name: fade2;
  animation-duration: 7s;
}

@keyframes fade {
  from {opacity: 0.7; margin-right :50px;} 
  to {opacity: 1;}
}

@keyframes fade2 {
  from {opacity: 0.7; } 
  to {opacity: 1; margin-right :50px;}
}



/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 15px}
}