@CHARSET "UTF-8";

.prop {
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
	height: 100%;
}

.prop-link {
	display: inline-block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.3s;
}

.prop-link:hover {
	background-color: rgba(255,255,255,0.3);
}

.embed-responsive .prop-img {
	object-fit: cover;
}