﻿@media(min-width:1260px) {
    div.featuredRule {
        width: 996px;
    }

    div.featured {
        width: 228px;
    }

        div.featured > div.caption {
            width: 228px;
            height: 30px;
        }

            div.featured > div.caption > a {
                font-size: 19px;
            }

        div.featured img {
            width: 228px;
            height: 162px;
        }

    div.featuredSeparator {
        height: 181px;
        margin-left: 17px;
        margin-right: 7px;
    }
}
