.videos{

background-color:white;

padding:0 5px;

text-align:center

}

.videos h1{

    margin-bottom:7px;

    margin-top:7px;

}

.video-wrapper{

    max-width:90%;

    margin-left:auto;

    margin-right:auto;

}

.webcam {

	position: relative;

	height: 0;

	overflow: hidden;

	padding-bottom: 50%;

}

.webcam iframe {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}





.videothumbs{

margin-top:20px;

text-align:center

}





.videothumbs .thumb{

display:inline-block;

margin:15px 10px;

text-align:center;

width:278px !important;

}



.videothumbs .title{

	

	color:black;

	background:white;

	line-height:26px;

	max-width:278px !important;

	margin:10px auto 5px;

}



.videothumbs .thumb img:hover,.videothumbs .thumb.selected img { 

  outline: 10px solid rgba(255,255,255,.5);

  outline-offset: -10px;



}