.short-image--left {
	float: left;
}
.short-image {
	width: 260px;
	font-family: "Hind",arial;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-right: 30px;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.short-image__thumb {
	width: 260px;
	margin-bottom: 15px;
	height: 130px;
	overflow: hidden;
}
.short-image__type {
	font-size: 12.5px;
	text-transform: uppercase;
	color: #9e9e9e;
	line-height: 1.4em;
}
.short-image__type h3 {
	font-size: 12.5px;
	text-transform: uppercase;
	color: #9e9e9e;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 0 !important;
}
.short-image__title {
	margin-top: 5px;
	font-size: 16px;
	line-height: 1.4em;
}
.short-image__title h4 {
	margin-top: 5px;
	font-size: 16px;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 0;
	color: #3b3b3b;
}

.short-image a:hover .short-image__title h4, .short-image a:focus .short-image__title h4 {
    color: #3b3b3b;
    text-decoration: none;
    outline: 0!important;
}

@media screen and (max-width: 480px) {
	.short-image {
		margin-right: auto;
		width: 100%;
	    padding-top: 20px;
    	margin-bottom: 20px !important;
	}
	.short-image--left {
		margin: 0 auto;
		float: none;
	}
	.short-image__thumb {
		width: 100%;
		height: auto;
	}
	.short-image__thumb img {
		width: 100%;
		height: 100%;
	}
}
