 .fullvideo {
        border: 25px ridge gold;
		   width: 70%;
            height:auto;
    }
	
	    .smallervideo {
        border: 15px ridge gold;
		   width: 33%;
            height:auto;
    }
	.name { 
	color: #333333;
	background-color: gold;
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	
	line-height: 1.6em;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	
    padding: 10px 15px;
    margin: -3px -5px;
    border-radius: 3px;
    display:inline-block;
	border: 5px ridge gold;
	width: auto;
    height:auto; }