/*===================
* BioEffectTile
====================*/

.img-wrap{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bio-effect-container{
    opacity: 0;
    z-index: 5; 
    position: absolute;
}