﻿* {
    padding: 0;
    margin: 0;
}

html, body {
    width: 100%;
    height: 100%;
    height: 100dvh;
    overflow: hidden;
    background: #2a0d6a;
}

img {
    border-style: none;
}

a {
    text-decoration: none;
}

.hide {
    display: none !important;
}

#md-app,
.swiper,
.swiper-container,
.swiper-wrapper,
.swiper-slide {
    width: 100%;
    height: 100%;
}

#md-app {
    position: relative;
}

#md-app .swiper-slide-bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

#md-app .btn {
    position: fixed;
    left: 50%;
    bottom: max(16px, env(safe-area-inset-bottom));
    transform: translateX(-50%);
    z-index: 10;
}

#md-app .btn img {
    width: auto;
    height: 55px;
}
