/* 
    Created on : 16.04.2018, 14:50:50
    Author     : sheinrich
*/

#yumpu-iframe {
    width           : auto; 
    height          : auto; 
    overflow        : hidden; 
    display         : block; 
    visibility      : hidden; 
    z-index         : 100;    
}

.yumpu-overlay-fixed {
    position        : fixed;
    bottom          : 0;
    right           : 0;
}

.yumpu-overlay {
    top             : 0;
    left            : 0;
    background      : rgba(80,80,80,0.5);
}

.yumpu-wrap {
    margin          : 0 auto; 
    width           : 90%; 
    height          : 90%; 
    position        : absolute; 
    opacity         : 1; 
    overflow        : visible; 
    right           : 5%;
    left            : 5%;
    top             : 5%;
    bottom          : 5%;
}

.yumpu-skin {
    padding         : 15px; 
    width           : auto; 
    height          : 100%;
}

.yumpu-media { 
}

.embed-container { 
    position        : relative; 
    padding-bottom  : 56.25%; 
    height          : 100%; 
    overflow        : hidden; 
    max-width       : 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
    position        : absolute; 
    top             : 0; 
    left            : 0; 
    width           : 100%; 
    height          : 100%;
}