@font-face {
    font-family: 'Saga';

    src: url('/fonts/MGS45.otf') format('opentype');
}

@font-face {
    font-family: 'Saga';

    src: url('/fonts/MGS75.otf') format('opentype');
    font-weight: bold;
}

body {
    font-family: "Saga", Helvetica, Arial, sans-serif !important;
}

.slide-item {
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: calc(90vw * 9 / 16);
    margin-bottom: -8px;
}

.slider-wrapper {
    margin-top: 15px;
}

.slider-2 .slide-item {
    padding-top: 500px;
}

video {
    object-fit: fill;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
