body,td,th {
	font-size: 100%; font-family: 'OpenSansLight', sans-serif; line-height: 1.2em; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;
	background-color:#FBF0FD;
	}
h1 {
	font-size:22px;
	font-weight:lighter;
	color:#B01BBC;
	}
h2 {
	font-size:19px;
	font-weight:lighter;
	color:#F27900;
	}	
.testlt {
	font-size:0.8em;
	font-weight:bold;
	color:#111;
	padding-right:20px;
	background-color:#FFB51C;
	padding:20px;
	margin-bottom:-18px;
	}
.testrt {
	font-size:0.8em;
	font-weight:bold;
	color:#fff;
	padding-left:20px;
	text-align:right;
	background-color:#5C0E63;
	padding:20px;
	margin-bottom:-18px;
	}
.rsrcettl {
	color:#339933;
	font-weight:bold;
	}
.imglt {
	float: left;
	margin: 0 15px 15px 0;
	}
.imgrt {
	float: right;
	margin: 0 0 15px 15px;
	}
.clearboth {
	clear:both
	}
<!--Responsive Grid BEGIN-->
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}
<!--Responsive Grid END-->


<!--BEGIN YouTube API - go to the next video after the current one is finished playing-->
.fancybox-nav {
    width: 60px;       
}

.fancybox-nav span {
    visibility: visible;
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}
<!--END YouTube API - go to the next video after the current one is finished playing-->