.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-block {
  display: block !important;
}
.w-100 {
  width: 100% !important;
}

/* animation */
@media(min-width:992px) {
  .m_animation, .m_swiper {
    opacity: 0 !important;
  }
  .m_active {
    transform: translateX(0) !important;
    opacity: 1 !important;
  }
}
@media(max-width:991px) {
  .m_animation, .m_swiper {
    transform: translateX(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
}