#template #main .fi-pos-top .card__image{
	background-position: center top!important;
}

#template #main .fi-pos-center .card__image{
	background-position: center center!important;
}

#template #main .fi-pos-bottom .card__image{
	background-position: center bottom!important;
}

/* Dla obrazków <img>, np. .card-img-top */
#template #main .fi-pos-top .card-img-top {
	object-fit: cover;
	object-position: 50% 0%!important;
}

#template #main .fi-pos-center .card-img-top {
	object-fit: cover;
	object-position: 50% 50%!important;
}

#template #main .fi-pos-bottom .card-img-top {
	object-fit: cover;
	object-position: 50% 100%!important;
}


