.wrapper{
    background: url("/frontend/images/landing/webh5/bg.jpg");
    font-family: 'Montserrat', sans-serif;
    background-size: 100% auto;
}
.slogan{
    position: relative;
}
header{
    position: absolute;
    top: 15px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
}
.bg-header-small{
    width: 20%;
    max-height: 10%;
    background: url("/frontend/images/landing/nangcapsanca/bg-header.png");
    background-size: 100% 100%;
    position: relative;
    padding: 1% 1%;
}
.bg-logo-left{
    background: transparent;
}
.header-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.5);
}
.header-icon{
    max-width: 33%;
}
.btn-taigame{
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
    max-width: 30%;
}
.btn-taigame img{
    width: 100%;
}
a img:hover{
    filter: brightness(120%);
}
@media only screen and (max-width: 1024px) {
    .wrapper{
        background: url("/frontend/images/landing/webh5/bg.jpg") no-repeat center top fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
        overflow: hidden;
    }
}