﻿.internationalCon {
  position: relative;
  margin: 30px auto 0 !important;
}
.swiper-container-international {
  width: 100%;
  height: 250px;
  color: #fff;
  /* background: #222; */
  text-align: center;
}
/* .swiper-wrapper-international {
  display: flex;
  align-items: center;
} */
.swiper-container-international .slide-international {
  height: 100%;
  opacity: 0.8;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.swiper-container-international .swiper-slide-visible {
  line-height: 100%;
  opacity: 0.8;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.swiper-container-international .swiper-slide-active {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.slide-international img {
  width: 100%;
  height: 100%;
}

@media (max-width: 576px) {
  .international .internationalCon {
    margin-top: 8vw !important;
    position: relative;
  }
}