img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.pbox{
	border:#CCC 1px solid;
}

.highlight:hover {
  	-webkit-transform: scale(1.1);
 	-moz-transform: scale(1.1);
  	transform: scale(1.1);
}

.highlight {
	-moz-transition: all 300ms linear 0s;
  	-ms-transition: all 300ms linear 0s;
  	-o-transition: all 300ms linear 0s;
  	transition: all 300ms linear 0s;
}

html {
	width: 100%;
}

.highlightexpand:hover {
width: 99%;
}

.highlightexpand {
    -webkit-transition: width 1s, height 1s, margin 1s;
    -moz-transition: width 1s, height 1s, margin 1s;
    -ms-transition: width 1s, height 1s, margin 1s;
    transition: width 1s, height 1s, margin 1s;

}

.fill { 
    min-height: 100%;
	background: #FDFDFD;
	padding-bottom: -90px;
}

.centerit{
	margin: 0 auto;
	text-align:center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}