/**
 * Your Inspiration Themes
 * 
 * In this files the framework register default metaboxes.
 * 
 * @package WordPress
 * @subpackage Your Inspiration Themes
 * @author Your Inspiration Themes Team <info@yourinspirationthemes.com>
 *
 * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.gnu.org/licenses/gpl-3.0.txt
 */

/********************************************

In this file you can add your custom CSS.
It will always override rules in style.css.
Good work... and good luck! :)

********************************************/

.showcase-content-wrapper {
	width: 900px;
	margin-left: 250px;
	
}
.showcase-content {
	width: 1200px;
	height: 588px;
}
.showcase-thumbnail-container {
	height: 154px;
}
.showcase-thumbnail-restriction {
	width: 900px;
	
}

#cboxWrapper {
  width: 700px;
}

