/*-----------------------------------------------------------------------------
author:    www.yakimavalleytourism.com
-----------------------------------------------------------------------------*/


/* =Yakima Sports Prosser Memorial pages
-----------------------------------------------------------------------------*/
.twoColFifty {
	display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
	padding:0 0 2em 0;
	}

table {
	text-align: left;
	vertical-align: top;	
	}

table tr, table th, table td {
	width: 100%;
	vertical-align: top;
	}

table tr {
	margin:1em 0;
	border-top:1px solid #000;
	}

table th {
	width:25%;
	padding:1em 5% 1em 0;
	}

table td {
	width:70%;
	padding:1em 0 1em 0;
	}

.videoThumb {
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	padding:0 0 2em 0;
	margin:0 auto 2em auto;
	width:65%;
	}

.videoThumb:hover {
	opacity:0.50;
    filter:alpha(opacity=50); /* For IE8 and earlier */
	}

.bio {
	display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 2rem;
	padding:0 0 2em 0;
	}

.prosserLogoGrid {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
	padding:0 0 2em 0;
	}

@media screen and (max-width: 1000px) {

.twoColFifty {
    grid-template-columns: 1fr;
    column-gap: 0rem;
	}
	
.prosserLogoGrid {
    grid-template-columns: 1fr 1fr;
	}

}
	

@media screen and (max-width: 800px) {
	
		
}
	
@media screen and (max-width: 750px) {



}

@media screen and (max-width: 600px) {
	
.prosserLogoGrid {
    grid-template-columns: 1fr;
	}
	
}

@media screen and (max-width: 500px) {


}
