/* Day 9*/

.radosti figure .item-img {
	width: 100%;
	height: 240px;
	margin-bottom: 1.5em;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.radosti figure.item-1 .item-img {
	background-image: url(../images/9/img-01.jpg);
}
.radosti figure.item-2 .item-img {
	background-image: url(../images/9/img-02.jpg);
	background-position: center -50px;
}
.radosti figure.item-3 .item-img {
	background-image: url(../images/9/img-03.jpg);
}
.radosti figure.item-4 .item-img {
	background-image: url(../images/9/img-04.jpg);
}
.radosti figcaption {
	padding: 0 15px;
}

@media only screen and (min-width: 768px) {
	.radosti .item-odd {padding-right: 3px;}
	.radosti .item-even {padding-left: 3px;}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.radosti figure .item-img {height: 380px;}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.radosti figure .item-img {height: 240px;}
}



/* - */
