@charset "UTF-8";
/*
BttrLazyLoading, Responsive Lazy Loading plugin for JQuery
by Julien Renaux http://bttrlazyloading.julienrenaux.fr
Version: 1.0.8 Modified
Full source at https://github.com/shprink/BttrLazyLoading
MIT License, https://github.com/shprink/BttrLazyLoading/blob/master/LICENSE
*/

.bttrlazyloading-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    display: inline;
}
.bttrlazyloading-clone,
.bttrlazyloading {
    max-width: 100%; 
    height: auto;
    border: 0; 
    padding: 0;
    vertical-align: text-top; 
    margin: 0 auto;
}
.bttrlazyloading-loaded {
    background-image: none !important;
}
