@media (min-width: 0px){


}

@media (min-width: 768px){


}

@media (min-width: 992px){


}

.block-content img:first-child:nth-last-child(1) {
	width:100%;
}

.block-content img:first-child:nth-last-child(2),
.block-content img:first-child:nth-last-child(2) ~ img {
	width:50%;
}