.ss-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.ss-list-item{
    display: block;
    background: #3c3e40;
    margin: 5px;
    width: 95%;
}

.ss-list-item h1, .ss-list-item h2, .ss-list-item h3, .ss-list-item p {
    margin-left: 5px;
}


.ss-list-photoframe img {
    width: 100%;
    display: block;
    margin: auto;
}

.learn { margin: 1em; }


.colorbrowser {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.swimspa-basics-image img {
    width: 100%;
}

.swimspa-basics-image a {
    display: none;
}

@media screen and (min-width: 1000px) {
    .swimspa-basics {
        display: flex;
    }
    .swimspa-basics div {
        width: 50%;
    }
    .swimspa-basics-image {
        float: left;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .swimspa-basics-image img {
        width: 95%;
    }
    .swimspa-basics-image a {
        width: 100%;
        display: inherit;
    }
    .swimspa-basics-specs {
        margin-right: 1em;
    }
}


@media screen and (min-width: 650px) {

    .ss-list-item {
        /*width: 50%;*/
        /*max-width: 475px;*/
    }

    .ss-list-photoframe{
        float: right;
        width: 60%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 1000px) {
    .ss-list-item {
        width: 50%;
        max-width: 475px;
    }
}
