body, h1, h2, h3, ol, ul, div , img , p , span{     width: auto;     border: 0;     margin: 0 0;     padding: 0;     float: none;     position: static;     overflow: visible; }
@page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */
}
.fancybox-image {
    display:none;
}
.print-container {
    text-align: center;
    width:100%;
    margin: 150px 0 0 0;
    padding:0;
    display: block; page-break-before: after;
}
.print-container h1{
    font-size:40px;
    padding:120px 0 120px 0;
}
.print-img {
    text-align:center;
    margin-top:0;
    margin-bottom: 0;
    padding: 0;

}
.print-caption {
    text-align: center;
    font-size:22px;
    padding-top: 30px;
    line-height:30px;
}
.print-footer {
    font-size:22px;
    position: absolute;
    bottom:5%;
    width:100%;
    margin:0 1%
}
.aobject .objleft .picture a {
    padding-bottom: 20px;
    display: block;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left bottom;
}
