﻿header.page-header {
    margin: 0;
    padding: 0;
}

article img {
    max-width: 100%;
}

.sp-res {
    width: 100%;
    margin: 2rem auto;
    text-align: center;
    display: inline-block;
    text-align: center;
    color: #000;
}

    .sp-res .sp-container {
        /*border: 1px solid #9f9f9f;*/
    }

    .sp-res.sp-res-wide .sp-container {
        min-width: min(970px, 100%);
        min-height: 300px;
    }

    .sp-res.sp-res-square {
        max-width: min(340px, 100%);
    }

        .sp-res.sp-res-square .sp-container {
            min-height: 200px;
        }

    .sp-res ins {
        display: block;
        width: 100%;
    }

.store-urls {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    font-size: 3rem;
    justify-content: center;
}

    .store-urls a {
        display: inline-block;
        text-decoration: none;
    }

    .store-urls img {
        height: 1em;
    }

@media (min-width: 1501px) {
    .container {
        max-width: 1400px !important;
    }
}
