.txt-slide1{
	margin-top:8% !important;
}
.cont1 {
	width: 100%;
	float: left;
}
.txt {width:100%;box-sizing:border-box;line-height:160%;font-size:1.5em;}
.txt .fancybox div{
	width: 24.5%;
	float: left;
}
.txt .fancybox div div{
	height: auto !important;
}
.txt .fancybox div img{
	width: 100%;
	opacity: 0.7;
	left: 0px !important;
}

.txt .fancybox img:hover{
	opacity: 1;
	
}

@media screen and (max-width: 640px) {
.cont1, .cont2 {
  background: #F7F7F7;
  padding: 4%;
  box-sizing: border-box;
}
.txt .fancybox div{
	width: 49%;
	opacity: 0.7;
}	
}

