/*
	Theme Name: Super Skeleton
	Theme URI: http://www.makedesignnotwar.com
	Description: A responsive theme and pseudo-framework for WordPress
	Author: Brandon Jones
	Author URI: http://www.makedesignnotwar.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.4
	Tags:

*/


/**
 *
 * These are not the droids you are looking for...
 * Check the header file for the full stylesheet file loading sequence.
 *
 */

.prjvideo_wrap {
	position: relative;
	width : 100%;
	padding-bottom: 56%;
	margin-bottom: 15%;
/*	background: #DADADA; */
}
.prjvideo {
/*	position: relative;
	max-width: 940px;
	padding-bottom: 56%; */
	position: absolute;
	top   : 50%;
	left  : 50%;
	width : 100%;
	max-width: 586px;
	max-width: 934px;
	margin : auto;
	padding: 0% 0% 56% 0%;
/*	background: antiquewhite; */
	transform: translate(-50%, -50%);
}
.prjvideo video {
	position: absolute;
	top   : 0%;
	left  : 0%;
	width : 100%;
	height: 100%;
	transform: unset;
   -webkit-transform: unset;
	    -ms-transform: unset;
}
