/* Slideshow container */
.Hpslideshow-container {
  position: relative;
  /* background: #f1f1f1f1; */
}

/* Slides */
.HpmySlides {
	background-position: 0px 85px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    height: 658px;
}

@media only screen and (max-width: 1300px) {
  .HpmySlides {
  background-size: cover;
  background-repeat: no-repeat;
  height: 655px; 
}
}

@media only screen and (max-width: 1150px) {
  .HpmySlides {
  background-position: -150px 85px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 655px; 
}
}

@media only screen and (max-width: 760px) {
  .HpmySlides {
  background-position: -170px 84px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 655px; 
}
}

@media only screen and (max-width: 700px) {
  .HpmySlides {
  background-position: -70px 84px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 655px; 
}
}

@media only screen and (max-width: 400px) {
  .HpmySlides {
  background-position: -110px 84px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 655px; 
}
}

/* Next & previous buttons */
.Hpprev, .Hpnext {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  background-color: white;
  opacity: 0.4;
  font-weight: bold;
  font-size: 30px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.Hpnext {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.Hpprev:hover, .Hpnext:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.Hpdot-container {
    text-align: center;
    padding: 10px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.Hpdot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.Hpactive, .Hpdot:hover {
  background-color: white;
}

/* Add a blue color to the author */
.Hpauthor {color: cornflowerblue;}



/* Auto slider Css */

.Hpatdot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.Hpatactive {
  background-color: #717171;
}


@keyframes fade {
  from {opacity: 1} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}