iframe {
  width: 300px;
  height: 210px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
.post.post-frontpage {
  transition: all 0.2s ease-in-out 0s;
}

.post.post-frontpage:hover {
  transform: scale(1.1);
}


.mySlides {
  display: none;
}
.mySlides img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

#wp-forecastA {
  display: none;
}


@media (min-width: 992px) {
  .header-frontpage {
    position: absolute;
    width: 100%;
    height: 250px;
    z-index: 2;
  }
  .header-frontpage .weather {
    right: 5%;
    margin-top: 0px;
  }
  .section-carousel {
    padding-top: 28px;
  }

  .header-frontpage .call {
    position: absolute;
    margin-top: -215px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .header-frontpage .call img {
    float: none;
  }

  .logo-header {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .slideshow-container {
    padding: 5px;
  }
}

@media (max-width: 767px) {
  .slideshow-container {
    padding: 90px 5px 5px 5px;
  }

  .slideshow-container img {
    border-radius: 5px;
  }
}
