#watch-options {
    background-color: white;
}

section.intro {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url('../img/umc_topshelf.jpg');
    background-position: center;
    background-size: cover;
    background-color: black;
}

.acorn section.intro {
    background: #000 url('../img/device-banner.png') no-repeat center center / cover;
    height: 265px;
    padding: 0;
}
.acorn section.intro .device-callout {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 265px;

    background: rgba(0,0,0,.45);
}
.acorn section.intro .device-callout h1 {
    padding: 0;
    margin: 0;
    text-transform: initial;
    font-size: 2.25em;
    letter-spacing: 1px;
}

section.intro .embed-responsive {
    margin: 0;
}

section.selection {
    color: white;
    background-color: #1b1b1b;
    overflow-x: auto;
}

section.selection ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.acorn section.selection ul {
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    section.selection ul {
        justify-content: center;
    }
}

section.selection li {
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.acorn section.selection li {
    height: 120px;
    width: 180px;
}

section.selection li:hover,
section.selection li.active {
    background-color: #011f36;
}

.acorn section.selection li:hover,
.acorn section.selection li.active {
    background-color: #0b0b0b;
}

section.selection li a {
    color: inherit;
    display: block;
    min-width: 110px;
    padding: 15px 25px;
}

section.selection i {
    font-size: 40px;
}

section.selection span {
    margin-top: 15px;
    font-size: 11px;
    display: block;
}

section.selection li.watch-xfinity img {
    width: 80px;
}

section.choices {
    color: #222222;
    background-color: white;
}

section.choices h5 {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 700;
    color: #222;
}

section.choices a:hover {
    color: #666666;
}

section.choices .device-link a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #333;
}

section.choices>.tab-pane>div {
    padding: 60px 0;
    border-bottom: 1px solid #f0f0f0;
}

section.choices>.tab-pane>div:last-child {
    border-bottom: none;
}

section.choices>.tab-pane>div .device-logo {
    width: 135px;
}
