/* Extra Small Devices, Phones */
@media only screen and (orientation:portrait) {
    .cont {
        width: 100%;
    }
    #link-install-ios, #link-install-android {
        width: 100%;
    }

}

/* Small Devices, Tablets */
@media only screen and (orientation:landscape) {
    .cont {
        width: 50%;
        margin: 0 auto;
    }

    #link-play {
        transform: scale(0.8);
    }

    #logo img {
        max-width: 260px;
        object-fit: cover;
    }
}

html, body {
    background-color: #000;
    padding:0;
    margin:0;
}

#logo, #actions, #info {
    text-align: center;
}
#logo {
    margin-top: 30px;
}

#logo img {
    display: block;
    width: 90%;
    margin: auto;
    border-radius: 15px;
    margin-bottom: 1rem;
    max-width: 260px;
}
#info {
    margin-top: 10px;
    clear:both;
    width: 100%;
}
#link-play-container {
    display: block;
    width: 100%;
}

#link-install-ios, #link-install-android {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#why-link, #why-text {
    color: #fff;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#why-link {
    width: auto;
    height: auto;
    font-size: 1em;
    margin-bottom: 15px;
}

#why-text {
    display: block;
    visibility: hidden;
    width: 500px;
    max-width: 90%;
    min-width: 40%;
    margin: auto;
    text-align: center;
}

#actions a {
    display: block;
    margin: 0 auto;
}

#link-install-android, #link-install-ios {
    width: 325px;
    transform: scale(0.8);
}

#link-install-ios img {
    width: 325px;
}