html,
body {
    position: relative;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    overflow: hidden;
}

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-use-select: none;
    user-select: none;
}

button{
    all: unset;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    display: block;
    background-color: #282828;
    color: white;
    font-size: 50px;
    line-height: 20px;
    cursor: pointer;
    box-decoration-break: none;
}

@media screen and (max-width: 767px) {
    .wrap {
        width: 100%;
        height: 90%;
        margin: auto;
        position: relative;
    }

    .wrap>a {
        width: 50px;
        height: 23px;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
    }

    .wrap>a>img {
        width: 50px;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
    }

    body {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        background-color: #282828;
        margin: 0;
        padding: 0;
    }

    swiper-container {
        width: 100%;
        height: 100%;
    }

    swiper-slide {
        overflow: hidden;
    }

    .swiper-zoom-container>img {
        max-height: 700px;
        height: 90%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1499px) {
    .wrap {
        width: 90%;
        height: 90%;
        margin: auto;
        position: relative;
    }

    .wrap>a>img {
        width: 80px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
    }

    body {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        background-color: #282828;
        margin: 0;
        padding: 0;
    }

    swiper-container {
        width: 100%;
        height: 100%;
    }

    swiper-slide {
        overflow: hidden;
    }

    .swiper-zoom-container>img {
        max-height: 700px;
        height: 90%;
    }
}

@media screen and (min-width: 1500px) {
    .wrap {
        max-width: 1250px;
        width: 100%;
        height: 90%;
        margin: auto;
        position: relative;
    }

    .wrap>a>img {
        width: 80px;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 10;
    }

    body {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        background-color: #282828;
        margin: 0;
        padding: 0;
    }

    swiper-container {
        width: 100%;
        height: 100%;
    }

    swiper-slide {
        overflow: hidden;
    }

    .swiper-zoom-container>img {
        max-height: 700px;
        height: 90%;
    }
}