/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03 28, 18, 10:54:47 AM
    Author     : Jan
*/

.mbac {
    position: relative;
}

.mbac .mbac-slide {
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 50;
    transition: all .3s ease;
}

.mbac .mbac-slide img {
    height: auto;
}