.nationsroof_slider_wrapper {
  position: relative;
  max-width: 100%;
  padding: 20px 0;
}
.nationsroof_swiper {
  overflow: hidden;
  padding: 10px;
}
.nationsroof_slide {
  /*border: 5px solid #d32f2f;*/
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.swiper-slide {
    padding-top: 40px;
}
.nationsroof_slide img {
  width: 100%;
  display: block;
}
.nationsroof_slide_large {
  transform: scale(1.1);
  z-index: 2;
}
img.imageslider-new {
    width: 300px;
    border-radius: 21px;
    margin: 28px auto;
    border: 6px solid #d7212c !important;
}

.swiper-slide-next img.imageslider-new {
    width: 100%;
 transform: translateY(-10%);
}
.nationsroof_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
}
.nationsroof_prev {
  left: 10px;
}
.nationsroof_next {
  right: 10px;
}
.nationsroof_play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: white;
  pointer-events: none;
}
