@charset "UTF-8";.playPhoto {	width: 260px;	height: 200px;	float: left;	margin-right: 35px;	margin-bottom: 25px;}.hovereffect {  width: 100%;  height: 100%;/*  float: left;*/  overflow: hidden;  position: relative;/*  text-align: right;*/  cursor: default;}.hovereffect .overlay {  width: 100%;  height: 100%;  position: absolute;  overflow: hidden;  top: 0;  left: 0;}.hovereffect img {  display: block;  position: relative;  -webkit-transition: all 0.4s ease-in;  transition: all 0.4s ease-in;}.hovereffect:hover img {  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');  filter: grayscale(.75) /*blur(2px)*/;  -webkit-filter: grayscale(.75) /*blur(2px)*/;  -webkit-transform: scale(1);  -ms-transform: scale(1);  transform: scale(1);}.hovereffect h2 {	text-align: right;	position: relative;	top: 110px;	font-size: 14px;	padding: 18px 6px 6px 6px;	background: rgba(0, 0, 0, 0.6);}.hovereffect a.info {  text-decoration: none;	padding: 7px 14px;/*	display: inline-block;	margin: 50px 0 0 0;  border: 1px solid #fff;  background-color: transparent;}.hovereffect a.info:hover {  box-shadow: 0 0 5px #fff;*/}.hovereffect a.info, .hovereffect h2 {  -webkit-transform: scale(0.7);  -ms-transform: scale(0.7);  transform: scale(0.7);  -webkit-transition: all 0.4s ease-in;  transition: all 0.4s ease-in;  opacity: 0;  filter: alpha(opacity=0);  color: #fff;  /*text-transform: uppercase;*/}.hovereffect:hover a.info, .hovereffect:hover h2 {  opacity: 1;  filter: alpha(opacity=100);  -webkit-transform: scale(1);  -ms-transform: scale(1);  transform: scale(1);}