.felpx {
	padding: 20px;
}

.msro a img {
    width: 100%;             /* kitölti a tartó elemet */
    height: 300px;           /* fix magasság */
    object-fit: cover;       /* levágja a képet, hogy kitöltse a boxot, miközben arányos marad */
    object-position: center; /* középre fókuszál */
}

.trxs{
	font-size:18px!important;
    color: #629cb2;
	
} 

article {
    width: 31%!important;
    margin: 1%!important;
    display: inline-block !important;
}

article p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 20px;
	font-size: 18px !important;
	margin-top: -25px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom:20px;
}
.entry-title a {
	text-decoration: none!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
    font-size: 19px !important;
    margin-top: -15px;
    color: #629cb2 !important;
    letter-spacing: 0px;
    line-height: 22px;
}
.entry-title a:hover {
	color:#ff0000!important;
}
article img {
	filter:none;
	-webkit-transform:scale(0.96);
	transform:scale(0.96);
	-webkit-transition:0.8s ease-in-out;
	transition:0.8s ease-in-out
}
article img:hover {
	-webkit-transform:scale(1);
	transform:scale(1);
	filter:grayscale(75%);
	-webkit-filter:grayscale(75%)
}
.hirek-spacer {
	width: 100%;
	display: block;
	position: relative;
	height: 60px;
	float: none;
	clear: both;
}
 @media only screen and (min-width:30px) and (max-width:1200px) {
 .entry-title a {
 font-size: 24px !important;
 line-height: 25px;
 margin-top: -10px;
 padding-bottom: 23px;
}
article p {
 line-height: 16px;
 font-size: 16px !important;
 margin-top: -20px;
}
}
@media only screen and (min-width:30px) and (max-width:991px) {
.entry-title a {
 font-size: 21px !important;
 line-height: 22px!important;
 position:relative;
 display:block;
 margin-top: -12px;
 padding-bottom:0px;
}
article {
 width: 100%!important;
 float: left!important;
 margin: 0px 0px 20px 0px !important;
}
}
