.slideshow-container {
  width: 100%;
  position: relative;
  margin: 0 0 10px 0; }
  @media (max-width: 991px) {
    .slideshow-container {
      display: none; } }
  .slideshow-container .mySlides {
    display: none; }
    .slideshow-container .mySlides:first-of-type {
      display: block; }
  .slideshow-container .prev, .slideshow-container .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0; }
    .slideshow-container .prev:hover, .slideshow-container .next:hover {
      background-color: #1ea6b6; }
  .slideshow-container .next {
    right: 0;
    border-radius: 3px 0 0 3px; }
  .slideshow-container .image-title {
    position: absolute;
    top: 22%;
    color: #f2f2f2;
    font-size: 37px;
    left: 5%;
    text-transform: uppercase;
    width: 30%;
    font-weight: 500;
    line-height: 40px; }
  .slideshow-container .image-text {
    color: #f2f2f2;
    font-size: 22px;
    position: absolute;
    left: 5%;
    top: 42%;
    line-height: 40px;
    font-weight: 500; }
  .slideshow-container .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s; }

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

/*# sourceMappingURL=slide.css.map */
