* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;}
.mySlides {display:none}

.slideshow-container {
    max-width:1024px;
    height:500px;
    margin-left:auto;
    margin-right:auto;
    margin-top:105px;
    background-color:#848484;
}
@media only screen and (max-width: 768px) {
	.slideshow-container {
	    margin-top:50px;
	}
}

/* Slideshow container */
.slideshow-img-container {
  max-width: 1024px;
  width:100%;
  height:500px;
  position: relative;
  margin: auto;
}
.slideshow-img-container img {
    max-width:1024px;
    width:100%;
    height:500px;
    object-fit:cover;
}
.slideshow-text-container {
    width:400px;
    position:relative;
    top:-220px;
    left:100px;
    z-index:20;
    color:white;
    font-weight:bold;
}
/* Caption text */
.slideshow-text {
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
}
.slideshow-text-h1 {
    font-size: 28px;
    font-weight:normal;
}
.slideshow-text-h2 {
    font-size: 16px;
    font-weight:bold;
}
/* Number text (1/3 etc) */
.numbertext {
  display:none;  /**** NONE - DISABLED ****/
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* Next & previous buttons */
.slideshow-prev, .slideshow-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.slideshow-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.slideshow-prev:hover, .slideshow-next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* The dots/bullets/indicators */
.slideshow-dot-div {
  display:none;        /**** NONE - DISABLED ****/
  text-align:center;
  margin-top:-50px;
}
.slideshow-dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
/*  margin-top:20px; */
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  z-index:20;
}

.slideshow-active .slideshow-dot:hover{
  background-color: #717171;
}

/* Fading animation */
.slideshow-fade {
  -webkit-animation-name: slideshow-fade;
  -webkit-animation-duration: 5s;
  animation-name: slideshow-fade;
  animation-duration: 5s;
}

@-webkit-keyframes slideshow-fade {
  from {opacity: .2} 
  to {opacity: 1}
}

@keyframes slideshow-fade {
  from {opacity: .2} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/* On smaller sceens decrease image size */
@media (max-width: 768px) {
    .slideshow-container {
        max-width:1024px;
		height: 320px;
        margin-left:auto;
        margin-right:auto;
    }
/* Slideshow container */
    .slideshow-img-container {
        max-width: 1024px;
		height:320px;
        position: relative;
        margin: auto;
    }
    .slideshow-img-container img {
        width:1024px;
        height:320px;
		object-fit: cover;
    }
    .slideshow-text-container {
        width:300px;
        position:relative;
        top:-160px;
        left:60px;
        z-index:20;
        color:white;
        font-weight:bold;
    }
/* Caption text */
    .slideshow-text {
        color: #f2f2f2;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
    }
    .slideshow-text-h1 {
        font-size: 22px;
        font-weight:normal;
    }
    .slideshow-text-h2 {
        font-size: 14px;
        font-weight:bold;
    }
}
