html,body{
    margin:0;
    padding:0;
    height:100%;
    background:#000;
    overflow:hidden;
}

.swiper-container{
    width:100%;
    height:100%;
}

.swiper-slide{
    display:flex;
    align-items:center;
    justify-content:center;
}

.swiper-slide img,
.swiper-slide canvas{
    width:100%;
    height:auto;
}

.toolbar{
    position:fixed;
    bottom:20px;
    right:20px;
    display:flex;
    gap:10px;
    z-index:999;
}

.btn{
    background:#fff;
    color:#000;
    padding:10px 15px;
    border-radius:30px;
    font-size:14px;
    text-decoration:none;
}