@media (min-width: 980px)
{
	#tresc .imagemove h2 { margin: 0; }
#tresc .imagemove img { width: 100%; } 

.imagemove {
	width: 50%;
	height: 50%;
	float: center;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.imagemove .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.imagemove img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}
.imagemove h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transform: translatey(-100px);
	-ms-transform: translatey(-100px);
	transform: translatey(-100px);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 10px;
}
.imagemove a.info_k {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none; 
	font-size: 1.5em; 
	color: #fff;
	border: 1px solid #fff;
	background-color: #9fb3be;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 0 0;
	padding: 12px 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.imagemove a.info_k:hover {
	box-shadow: 0 0 25px #ffd39c;
	text-decoration: none; 
}
.imagemove:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.imagemove:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}
.imagemove:hover a.info_k {
	opacity: 1;
	filter: alpha(opacity=100);
}
.imagemove:hover h2 {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}
.imagemove:hover a.info_k {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

}

/*nowa animacja */

.obrazek {
  border: 2px solid #fff;  
  float: center;
  height: 200px;
  width: 200px;
  margin: 20px;
  overflow: hidden;
  
  -webkit-box-shadow: 7px 7px 7px #0d4a53;
          box-shadow: 7px 7px 7px #0d4a53;  
}

.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.morph:hover {
  border-radius: 100%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}













#front_page_intro { display: flex; flex-wrap: wrap; justify-content: center; }
#front_page_intro * { text-align: center !important; font-size: medium !important; }
#front_page_intro > * { max-width: 20rem !important; padding: 1rem !important; }
#front_page_intro p { font-size: small !important; }
#front_page_intro li { display: block !important; }

#front_page_intro > :nth-child(1) li { background: #f1f8f9; border: .1em solid #daeaec; margin: 1em !important; }
#front_page_intro > :nth-child(3) ul { display: flex; flex-wrap: wrap; justify-content: center; }