/* Reset */
.splash-page .btn {
    padding: 0 15px;
    min-width: 160px;
    height: 45px;
    line-height: 43px;
    font-family: 'DBThaiTextX';
    font-size: 24px;
    font-weight: normal;
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.splash-page .btn {
    background-color: #8e5401;
    color: #fff;
}
.no-touch .splash-page .btn:hover {
    background-color: #9e5e01;
    color: #fff;
}
.splash-page .btn.btn-outline {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-color: #8e5401 !important;
    color: #8e5401 !important;
}
.no-touch .splash-page .btn.btn-outline:hover {
    background-color: transparent;
    border-color: #9e5e01 !important;
    color: #9e5e01 !important;
}

/* Splash */
#page.splash-page {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    text-align: center;
    background-color: #e8c823;
    background-image: url(../img/the-coronation-of-king-rama-x/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.splash-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
}
.splash-wrap .splash-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 10px 0 30px;
}
.splash-page .splash-heading {
    line-height: 1;
}
.splash-page .splash-heading .br {
    display: block;
}
.splash-page .action-bottom {
    margin-top: 30px;
}

.splash-image img {
    display: block;
    margin: 0 auto;
}
.splash-image img.img-king {
    max-height: 69.9333333vh;
    width: auto;
    max-width: 581px;
}
.splash-image img.img-txt {
    max-height: 18.4vh;
    width: auto;
    max-width: 424px;
    margin-top: -5vh;
}

.btn-row {
    position: relative;
    margin: -5px -15px;
    font-size: 0;
}
.btn-row .btn-col {
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px;
}
.btn-row .btn-col .btn {
    margin: 0;
}


@media screen and (max-width:767px) {
    
    .splash-page .btn {
        min-width: 150px;
    }
    
    .btn-row { 
        margin-left: -5px; 
        margin-right: -5px; 
    }
    .btn-row .btn-col { 
        padding-left: 5px; 
        padding-right: 5px;
    }
    
    .splash-wrap .splash-inner {
        padding: 20px 0 60px;
    }
    .splash-image img.img-king {
        width: 581px;
    }
    .splash-image img.img-txt {
        width: 424px;
        margin-top: -5vw;
    }
    .splash-image img.img-king,
    .splash-image img.img-txt {
        max-width: 100%;
        max-height: none;
    }
    
    
    
}