    body {
        overflow: hidden;
        background-color: #fcfcfc;
        background-color: #5b5550;
        background-color: #373432;
        margin: 0;
        padding: 0;
    }
    
    .logo {
        position: absolute;
        top: 5px;
        left: 9px;
        z-index: 11200;
        opacity: 0.85;
        cursor: pointer;
    }
    
    .logo img {
        width: 250px;
    }
    
    .jadwiga-button222 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 300px;
        height: 100px;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.5s ease;
        opacity: 0.60;
    }
    
    .jadwiga-button222 img {
        width: 100%;
    }
    
    .jadwiga-button222:hover {
        opacity: 0.95;
    }
    
    .info-button222 {
        position: absolute;
        top: 0px;
        right: 70px;
        width: 140px;
        height: 70px;
        background: rgba(0, 0, 0, 0.0);
        z-index: 1;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.5s ease;
        opacity: 0.40;
    }
    
    .info-button222 img {
        width: 100%;
    }
    
    .sound-button222 {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 70px;
        height: 70px;
        background: rgba(0, 0, 0, 0.0);
        z-index: 1;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.5s ease;
        opacity: 0.40;
    }
    
    .sound-button222 img {
        width: 40px;
    }
    
    .next-button222 {
        position: absolute;
        top: 25%;
        right: 0;
        width: 100px;
        height: 50%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url('pics/right.svg');
        background-size: 70px 70px;
        background-repeat: no-repeat;
        background-position: center center;
        transition: opacity 0.5s ease;
        opacity: 0.20;
    }
    
    .previous-button222 {
        position: absolute;
        top: 25%;
        left: 0;
        width: 100px;
        height: 50%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url('pics/left.svg');
        background-size: 70px 70px;
        background-repeat: no-repeat;
        background-position: center center;
        transition: opacity 0.5s ease;
        opacity: 0.20;
    }
    
    .next-button222:hover,
    .previous-button222:hover,
    .info-button222:hover,
    .sound-button222:hover {
        opacity: 0.75;
    }
    
    .magazine-viewport .container {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 800px;
        height: 450px;
        margin: auto;
        //  background-color: #ff0000;
    }
    
    .magazine-viewport .magazine {
        width: 640px;
        height: 800px;
        left: -320px;
        top: -400px;
        //  background-color: #00ff00;
    }
    
    .magazine-viewport .page___ {
        width: 351px;
        height: 600px;
        background-color: rgb(56, 190, 46);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    
    .magazine-viewport .zoomer .region {
        display: none;
    }
    
    .magazine .region {
        position: absolute;
        overflow: hidden;
        //background: #0066FF;
        opacity: 0.2;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        cursor: pointer;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
    }
    
    .magazine .region:hover {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
    }
    
    .magazine .region.zoom {
        opacity: 0.01;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
    }
    
    .magazine .region.zoom:hover {
        opacity: 0.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
    }
    
    .magazine .page {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }
    
    .magazine-viewport .page img {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0;
    }
    
    .magazine .even .gradient {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.2)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
        background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
        background-image: linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
    }
    
    .magazine .odd .gradient {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.15)));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
        background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
        background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
        background-image: linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
    }
    
    .magazine-viewport .zoom-in .even .gradient,
    .magazine-viewport .zoom-in .odd .gradient {
        display: none;
    }
    
    .magazine-viewport .loader {
        background-image: url(../pics/loader.gif);
        width: 22px;
        height: 22px;
        position: absolute;
        top: 380px;
        left: 280px;
    }
    
    .magazine-viewport .shadow {
        -webkit-transition: -webkit-box-shadow 0.5s;
        -moz-transition: -moz-box-shadow 0.5s;
        -o-transition: -webkit-box-shadow 0.5s;
        -ms-transition: -ms-box-shadow 0.5s;
        -webkit-box-shadow: 0 0 20px #000000;
        -moz-box-shadow: 0 0 20px #000000;
        -o-box-shadow: 0 0 20px #000000;
        -ms-box-shadow: 0 0 20px #000000;
        box-shadow: 0 0 20px #000000;
    }
    
    .magazine-viewport .next-button,
    .magazine-viewport .previous-button {
        width: 0;
        height: 0;
        position: fixed;
        top: 0;
        background: rgba(0, 0, 0, 0.0);
        transition: all 0.5s ease;
        //opacity: 0.2 //background-color: #0066FF;
    }
    
    // .next-button,
    // .previous-button {
    //     width: 160px;
    //     height: 100%;
    //     position: fixed;
    //     top: 0;
    //     // background-color: #0066FF;
    //     background: rgba(0, 0, 0, 0.75);
    //     opacity: 0.2 //background-color: #0066FF;
    // }
    .magazine-viewport .next-button {
        right: -160px;
        -webkit-border-radius: 0 0px 0px 0;
        -moz-border-radius: 0 0px 0px 0;
        -ms-border-radius: 0 0px 0px 0;
        -o-border-radius: 0 0px 0px 0;
        border-radius: 0 0px 0px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        // background-image: url('../pics/right.svg');
        // background-size: 70px 70px;
        // background-repeat: no-repeat;
        // background-position: center center;
        //border: 1px solid red;
        //background-size: 100px 100px;
    }
    
    .magazine-viewport .previous-button {
        left: -160px;
        -webkit-border-radius: 0 0px 0px 0;
        -moz-border-radius: 0 0px 0px 0;
        -ms-border-radius: 0 0px 0px 0;
        -o-border-radius: 0 0px 0px 0;
        border-radius: 0 0px 0px 0;
        display: flex;
        align-items: center;
        justify-content: end;
        // background-image: url('../pics/left.svg');
        // background-size: 70px 70px;
        // background-repeat: no-repeat;
        // background-position: center center;
        // border: 1px solid red;
    }
    
    .next-button img,
    .previous-button img {
        width: 70px;
        height: 70px;
        opacity: 0.3; //background-color: #0066FF;
    }
    
    .magazine-viewport .previous-button-hover,
    .magazine-viewport .next-button-hover {
        background-color: rgba(0, 0, 0, 0.4);
    }
    
    .magazine-viewport .previous-button-hover img,
    .magazine-viewport .next-button-hover img {
        opacity: 0.6;
    }
    
    .magazine-viewport .previous-button-hover,
    .magazine-viewport .previous-button-down {
        // background-image: url(../pics/arrows.png);
        // background-position: -4px 284px;
        //  background-repeat: no-repeat;
    }
    
    .magazine-viewport .previous-button-down,
    .magazine-viewport .next-button-down {
        // background-color: rgba(0, 0, 0, 0.4);
    }
    
    .magazine-viewport .next-button-hover,
    .magazine-viewport .next-button-down {
        //background-image: url(../pics/arrows.png);
        //background-position: -38px 284px;
        //background-repeat: no-repeat;
    }
    
    .magazine-viewport .zoom-in .next-button,
    .magazine-viewport .zoom-in .previous-button {
        display: none;
    }
    
    .animated {
        -webkit-transition: margin-left 0.5s;
        -moz-transition: margin-left 0.5s;
        -ms-transition: margin-left 0.5s;
        -o-transition: margin-left 0.5s;
        transition: margin-left 0.5s;
    }
    
    .thumbnails {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 140px;
        z-index: 1;
        display: none;
    }
    
    .thumbnails>div {
        width: 1050px;
        height: 100px;
        margin: 20px auto;
    }
    
    .thumbnails ul {
        margin: 0;
        padding: 0;
        text-align: center;
        -webkit-transform: scale3d(0.5, 0.5, 1);
        -moz-transform: scale3d(0.5, 0.5, 1);
        -o-transform: scale3d(0.5, 0.5, 1);
        -ms-transform: scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.5, 1);
        -webkit-transition: -webkit-transform ease-in-out 100ms;
        -moz-transition: -moz-transform ease-in-out 100ms;
        -ms-transition: -ms-transform ease-in-out 100ms;
        -o-transition: -o-transform ease-in-out 100ms;
        transition: transform ease-in-out 100ms;
    }
    
    .thumbanils-touch ul {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    .thumbnails-hover ul {
        -webkit-transform: scale3d(0.6, 0.6, 1);
        -moz-transform: scale3d(0.6, 0.6, 1);
        -o-transform: scale3d(0.6, 0.6, 1);
        -ms-transform: scale3d(0.6, 0.6, 1);
        transform: scale3d(0.6, 0.6, 1);
    }
    
    .thumbnails li {
        list-style: none;
        display: inline-block;
        margin: 0 5px;
        -webkit-box-shadow: 0 0 10px #ccc;
        -moz-box-shadow: 0 0 10px #ccc;
        -ms-box-shadow: 0 0 10px #ccc;
        -o-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc;
        -webkit-transition: -webkit-transform 60ms;
        -moz-transition: -webkit-transform 60ms;
        -o-transition: -webkit-transform 60ms;
        -ms-transition: -webkit-transform 60ms;
        transition: -webkit-transform 60ms;
    }
    
    .thumbnails li span {
        display: none;
    }
    
    .thumbnails .current {
        -webkit-box-shadow: 0 0 10px red;
        -moz-box-shadow: 0 0 10px red;
        -ms-box-shadow: 0 0 10px red;
        -o-box-shadow: 0 0 10px red;
        box-shadow: 0 0 10px red;
    }
    
    .thumbnails .thumb-hover {
        -webkit-transform: scale3d(1.3, 1.3, 1);
        -moz-transform: scale3d(1.3, 1.3, 1);
        -o-transform: scale3d(1.3, 1.3, 1);
        -ms-transform: scale3d(1.3, 1.3, 1);
        transform: scale3d(1.3, 1.3, 1);
        -webkit-box-shadow: 0 0 10px #666;
        -moz-box-shadow: 0 0 10px #666;
        -ms-box-shadow: 0 0 10px #666;
        -o-box-shadow: 0 0 10px #666;
        box-shadow: 0 0 10px #666;
    }
    
    .thumbanils-touch .thumb-hover {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    .thumbnails .thumb-hover span {
        position: absolute;
        bottom: -30px;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 30px;
        font: bold 15px arial;
        line-height: 30px;
        color: #666;
        display: block;
        cursor: default;
    }
    
    .thumbnails img {
        float: left;
    }
    
    .exit-message {
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        height: 40px;
        z-index: 10000;
    }
    
    .exit-message>div {
        width: 140px;
        height: 30px;
        margin: auto;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        font: 12px arial;
        line-height: 30px;
        color: white;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }
    
    .zoom-icon {
        position: absolute;
        z-index: 1000;
        width: 22px;
        height: 22px;
        top: 10px;
        right: 10px;
        background-image: url(../pics/zoom-icons.png);
        background-size: 88px 22px;
    }
    
    .zoom-icon-in {
        background-position: 0 0;
        cursor: pointer;
    }
    
    .zoom-icon-in.zoom-icon-in-hover {
        background-position: -22px 0;
        cursor: pointer;
    }
    
    .zoom-icon-out {
        background-position: -44px 0;
    }
    
    .zoom-icon-out.zoom-icon-out-hover {
        background-position: -66px 0;
        cursor: pointer;
    }
    
    .bottom____ {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    
    .bottom {
        position: absolute;
        left: 0;
        top: 5px;
        width: 100%;
        //background-color: aqua;
    }
    
    @media only screen and (max-width: 1000px) {
        .logo {
            position: absolute;
            top: 5px;
            left: 5px;
            z-index: 11200;
            opacity: 0.85;
            cursor: pointer;
        }
        .logo img {
            width: 140px;
        }
        .jadwiga-button222 {
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 200px;
            height: 80px;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: opacity 0.5s ease;
            opacity: 0.60;
        }
        .info-button222 {
            position: absolute;
            top: 0px;
            right: 50px;
            width: 100px;
            height: 50px;
            background: rgba(0, 0, 0, 0.0);
            z-index: 1;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: opacity 0.5s ease;
            opacity: 0.40;
        }
        .sound-button222 {
            width: 50px;
            height: 50px;
        }
        .sound-button222 img {
            width: 30px;
        }
        .next-button222 {
            position: absolute;
            top: auto;
            bottom: 0;
            right: 0;
            width: 60px;
            height: 60px;
            background-size: 40px 40px;
            opacity: 0.40;
        }
        .previous-button222 {
            position: absolute;
            top: auto;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 60px;
            background-size: 40px 40px;
            opacity: 0.40;
        }
        .next-button222:hover,
        .previous-button222:hover {
            opacity: 0.85;
        }
        .bottom {
            position: absolute;
            left: 0;
            top: -75px;
            width: 100%;
        }
    }