.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  width: 100%;
}

.slideshow-slide {
  display: none;
}

.slideshow-image {
	width:600px;
	height: 400px;
    object-fit: cover;
}

@media (max-width: 960px) {
	.slideshow-image {
		height: 300px;
		width: 100%;
	}
}

.slideshow-prev, .slideshow-next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  margin-top: -22px;
  padding: 30px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.slideshow-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.slideshow-prev:hover, .slideshow-next:hover {
  background-color: rgba(0,0,0,0.2);
  color: #ffffff;
}

.slideshow-prev:active, .slideshow-next:active {
  background-color: rgba(0,0,0,0.1);
  color: #eeeeee;
}

.slideshow-text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 7px;
  width: 100%;
  text-align: center;
  background-color: #00000078;
  box-sizing: border-box;
}

/* .numbertext { */
  /* color: #f2f2f2; */
  /* font-size: 12px; */
  /* padding: 8px 12px; */
  /* position: absolute; */
  /* top: 0; */
/* } */

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

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

.slideshow-fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s;
}

@-webkit-keyframes slideshow-fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes slideshow-fade {
  from {opacity: .4}
  to {opacity: 1}
}

.image-social-media {
	height: 24px;
    opacity: 0.7;
    padding: 8px 12px;
	border-radius: 4px;
}

.image-social-media:hover {
	opacity: 1;
	cursor: pointer;
	background-color: #f4f4f4;
}

h2 img {
	height: 22px;
    width: 22px;
    margin-right: 4px;
	opacity: 0.8;
	vertical-align: bottom;
}

p img {
	height: 18px;
    width: 18px;
    margin-right: 2px;
	opacity: 0.7;
	vertical-align: sub;
}