﻿@media(min-width:1260px) {
    div.featuredRule {
        width: 990px;
    }

    div.featured {
        width: 480px;
    }

        div.featured > div.caption {
            width: 480px;
            height: 30px;
        }

            div.featured > div.caption > a {
                font-size: 19px;
            }

        div.featured img {
            width: 485px;
            height: 219px;
        }

    div.featuredSeparator {
        height: 246px;
        margin-left: 15px;
        margin-right: 9px;
    }
}
