.header-top-title-img img {
    max-width: 400px;
}

.play-web-version #play-web {
    margin: 20px auto;
    display: block;
}

.adv.advweb img {
    /* max-width: 250px; */
    width: auto;
}

a#pc-download {
    display: block !important;
    margin-top: 15px;
}

.play-web-version #play-web img {
    max-width: 250px;
    /* animation: btnAnimation .5s linear infinite; */
    position: relative;
    cursor: pointer;
    margin-top: -1rem;
}

/* .btn-app img {
    animation: btnAnimation .5s linear infinite;
} */

@media screen and (max-width: 767px) {
    #app-mobile,
    #play-web {
        padding: 0 !important;
    }
    .top-page,
    .top-page-content {
        min-height: calc(100vh - 100px) !important;
    }
    .top-page-content {
        justify-content: space-around !important;
    }
}

#pc-download img {
    max-width: 250px;
    /* animation: btnAnimation .5s linear infinite; */
}

#app-mobile {
    background: unset !important;
    padding: .5rem 0 !important;
}

@keyframes btnAnimation {
    0% {
        transform: scale(1.05)
    }
    50% {
        transform: scale(1)
    }
    to {
        transform: scale(1.05)
    }
}

.ft-cooperation {
    min-height: 50px;
    width: 100%;
    display: block;
    border: 1px solid #1c2636;
    border-left: none;
    border-right: none;
    margin-top: 20px;
    text-align: center;
}

.ft-cooperation img {
    height: 25px;
    margin: 10px;
}