@media only screen and (min-width: 768px) {
	.popup-container {
		width: 35vw;
		height: 50vh; 
	}
	.zgrada-8-popup {
		padding:10px;
	}
	.mall-popup, .travel-popup {
		padding:10px;
	}
	.article-image {
		width: 10vw;
		height: 10vw;
	}
	.article {
		width: calc(95% - 10vw);
	}
	.article-head {
		font-size: 0.8vw;
	}
	.article-title {
		font-size: 1vw;
	}
}