body {
    overflow-x: auto;
    overflow-y: absolute;
    /*overflow: hidden;*/
    display: block;
    border: 0;
    padding: 0;
    background: #FFFFFF;
    margin: 0;
    -webkit-padding-start: 0;
    -webkit-margin-start: 0;
    -moz-padding-start: 0;
    -moz-margin-start: 0;
    text-align:center;
    font-family: Didot, Georgia, 'Times New Roman', Times, serif;
    font-size: calc;
    height: 100%;
    /*width: 100%;*/
    vertical-align: middle;
}

a {
    color: #000000;
}

div, body, img {
    -webkit-padding-start: 0;
    -webkit-margin-start: 0;
    -moz-padding-start: 0;
    -moz-margin-start: 0;
}

.abstract {
    padding-left: 0;
    padding-right: o;
    width: 25%;
    top: 20%;
    right: 0;
    vertical-align: middle;
    position: fixed;
}

div.embeded_screen {
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    height: 100%;
    position: fixed;
}


.abstract {
    float: right;
    padding: 0px 0px 0px 0px;
}

.detail {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 80%;
    z-index: 100;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    background-color: rgba(255,255,255,1);
    overflow-x: auto;
    overflow-y: absolute;
}

.overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
    z-index: 1;
    background-color: #000000;
    background-color: rgba(0,0,0,.6);
}

.full_screen{
    position: fixed;
    display: inline-block;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
    background-color: #FFFFFF;
}

.ratio {
    position: relative;
    max-width: 100%;
    padding-top: 75%;
}

.inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

img.paintings {
    max-height: 100vh;
    height: 100%;
}
