.download-to-device__container {
    display: block;

    width: 100%;
    max-width: 18em;
    height: 100%;
    margin: 1em auto;
    padding: .5em;

    text-align: center;

    border-radius: .3em;
    background-image: url('/assets/website/images/bg_store.png');
    background-size: cover;

    font-size: 2rem;
}

.download-to-device__title {
    text-transform: uppercase;

    color: #fff;

    font-size: .9em;
    font-weight: bold;
}

.download-to-device__items {
    margin-top: .5em;
}

.download-to-device__item {
    position: relative;

    display: inline-block;

    width: 50%;
    height: 100%;
    padding-top: 15%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.download-to-device__google {
    background-image: url('/assets/website/images/but_googlestore_396x122.png');
}

.download-to-device__apple {
    background-image: url('/assets/website/images/but_appstore_396x122.png');
}

.content_box .download-to-device__container {
    display: block;
}

.sidebar .download-to-device__container {
    display: none;
}

@media (min-width: 400px) {
    .download-to-device__title {
        font-size: 1.2em;
    }
}

@media (min-width: 1020px) {
    .download-to-device__container {
        font-size: 1.5rem;
    }

    .content_box .download-to-device__container {
        display: none;
    }

    .sidebar .download-to-device__container {
        display: block;
    }
}
