
#kaj-content .uk-card-media-top img{
	width:100%
}
.gallery-portfolio ul{
	list-style:none;
}
.gallery-portfolio .uk-card-body h3 a{
	font-size:1.5rem;
}
.gallery-portfolio #kaj-content > div:nth-of-type(even) {
	background-color:#f3f3f3;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #ececec;
}
.dir-rtl .gallery-portfolio #kaj-content > div:nth-of-type(even) .uk-card-body{
	text-align:left;
}
.gallery-portfolio #kaj-content > div:nth-of-type(odd) {
	background-color:#ffffff;
}
.gallery-portfolio #kaj-content > div:nth-of-type(even) .uk-card-body{
	order: 2;
}
.gallery-portfolio #kaj-content > div:nth-of-type(even) .uk-card-media-top{
	order: 3;
}
/*************

Responsive

/*************/

@media (max-width: 95rem) {
}
@media (max-width: 85rem) {
}
@media (max-width: 60rem) {
}
@media (max-width: 40rem) {
	.gallery-portfolio #kaj-content > div:nth-of-type(even) .uk-card-media-top{
		order: 1;
	}
	.dir-rtl .gallery-portfolio #kaj-content > div:nth-of-type(even) .uk-card-body{
		text-align:inherit;
	}
}
@media (max-width: 30rem) {
}
