.feature.fall {
    display: none;
	/* height: auto; --FogBugz Case 10681 video resizing 09/14/2015 */
	height: 100%; /* --FogBugz Case 10681 video resizing 09/14/2015 */
    margin: 0 auto;
    /*min-width: 1225px;
    width: 90vw; --FogBugz Case 10681 video resizing 09/11/2015 */
	position: relative;
}

.feature.fall #mdt-fall-home {
    /* height: 85vh; --FogBugz Case 10681 video resizing 09/14/2015 */
	height: 100%; /* --FogBugz Case 10681 video resizing 09/14/2015 */
}

.feature.fall #mdt-captions .mdt-capt p {
    line-height: normal;
}

.feature.fall #mdt-videos-grid {
    position: absolute;
}
#container {
	padding: 0;/* --FogBugz #10681 video resizing 09/11/2015 */
}
#container.fall .BannerPane {
    display: none;
}
#container.fall #Middle {
    margin-top: -25px;
}

@media screen and (min-width: 1044px) and (max-width: 1224px) {
    .feature.fall {
        left: 0;
        /*margin-left: -490px; --FogBugz #10681 video resizing 09/11/2015 */
        position: relative;
    }
}

@media screen and (max-width: 1043px) {
    .feature.fall {
        /*margin-left: 24px; --FogBugz #10681 video resizing 09/11/2015 */
    }
}