﻿/******************************************************************
1280up.css
-------------------------------------------------------------------
Stylesheet: Large Screen Stylesheet
-------------------------------------------------------------------

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/

/* These styles are applied for viewports 1280px and higher */
@media only screen and (min-width: 1280px) {

    .live,
    .work,
    .play {
    width: 30%;
    margin-bottom: 0;    
    }

	#featured-events .feat-title-wrap {
	width: 31%;
	}

} 