@font-face {
    font-family: 'Balgin';
    src: url('../fonts/Balgin-LightItalic.woff2') format('woff2'),
        url('../fonts/Balgin-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

body {
    background: #e20001;
}
.banner2 {
    background-image: url(../images/1920X1080PX-2.jpeg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.btn_royal ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.btn_royal ul li {
    width: 17vw;
    display: inline-block;
    padding: 0vh 2vh;
}

.btn_royal ul li img {
    max-width: 100%;
}
.text_royal {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 13vw;
}
.btn_royal {
    position: absolute;
    width: 100%;
    bottom: 5vw;
}
.text_royal p {
    font-size: 2vw;
    color: #fff;
    width: 29vw;
    margin: 0 auto;
    font-family: 'Balgin';
}
@media screen and (max-width: 600px) {
  .btn_royal ul li {
    width: 45vw;
    display: inline-block;
    padding: 0vh 2vh;
    margin: 0 auto;
    margin-bottom: 2.2vh;
}
  .banner2 {
    background-image: url(../images/375x667px-02.jpeg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }
    .btn_royal {
    position: absolute;
    width: 100%;
    bottom: 15vw;
    }
    .text_royal {
    display: none;
    }
}
