/*
Theme Name: Minimog Child
Theme URI: http://minimog.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: minimog
Text Domain:  minimog-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.tm-modern-slider,
.tm-modern-slider .swiper,
.tm-modern-slider .swiper-slide,
.tm-modern-slider .minimog-box,
.tm-modern-slider .slide-bg-wrap,
.tm-modern-slider .slide-bg {
  width: 100vw !important; 
  height: 100vh !important;
  max-width: 100% !important;
  max-height: 100% !important;
  overflow: hidden !important;
  position: relative !important;
}

.tm-modern-slider .slide-bg.image {
  background-size: cover !important;
  background-position: center !important
  background-repeat: no-repeat !important;
  width: 100% !important;
  height: 100% !important;
}