@media (min-width: 522px) {
	.no-touch .preview .thumbnail img {
		transition: 200ms width linear, 200ms height linear, 200ms margin-left linear, 200ms margin-top linear;
	}
	.no-touch .col-xs-2 .preview:hover .thumbnail img {
		width: 110%;
		height: 110%;
		margin-top: -9.5px;
		margin-left: -24px;
	}
	.no-touch .col-xs-1 .preview:hover .thumbnail img {
		width: 110%;
		height: 110%;
		margin-top: -9.5px;
		margin-left: -12px;
	}
}
@media (min-width: 768px) {
	.col-sm-3.scale-text .preview .thumbnail {
		height: 376px;
	}
	.no-touch .col-sm-3 .preview:hover .thumbnail img {
		width: 110%;
		height: 110%;
		margin-top: -19px;
		margin-left: -36.5px;
	}
	.no-touch .col-sm-2 .preview:hover .thumbnail img {
		width: 110%;
		height: 110%;
		margin-top: -9.5px;
		margin-left: -24px;
	}
	.no-touch .col-sm-1 .preview:hover .thumbnail img {
		width: 110%;
		height: 110%;
		margin-top: -9.5px;
		margin-left: -12px;
	}
}
@media (min-width: 1014px) {
	.col-md-3.scale-text .preview .thumbnail,
	.col-md-4.scale-text .preview .thumbnail {
		/*height: 376px;*/
        height: 450px;
	}
	.no-touch .col-md-4 .preview:hover .thumbnail img {
		width: 110%;
		height: 110%;
		margin-top: -19px;
		margin-left: -48.5px;
	}
	.no-touch .col-md-3 .preview:hover .thumbnail img {
		width: 110%;
		height: 110%;
		margin-top: -19px;
		margin-left: -36.5px;
	}
	.no-touch .col-md-2 .preview:hover .thumbnail img {
		width: 110%;
		height: 110%;
		margin-top: -9.5px;
		margin-left: -24px;
	}
	.no-touch .col-md-1 .preview:hover .thumbnail img {
		width: 110%;
		height: 110%;
		margin-top: -9.5px;
		margin-left: -12px;
	}
	.sidebar .preview .inner {
		min-height: 0;
		padding-bottom: 30px;
	}
}
@media (min-width: 1260px) {
	.col-lg-3.scale-text .preview .thumbnail,
	.col-lg-4.scale-text .preview .thumbnail,
	.col-lg-5.scale-text .preview .thumbnail {
		height: 376px;
	}
	.no-touch .col-lg-5 .preview:hover .thumbnail img {
		width: 110%;
		height: 110%;
		margin-top: -19px;
		margin-left: -61px;
	}
	.no-touch .col-lg-4 .preview:hover .thumbnail img {
		width: 110%;
		height: 110%;
		margin-top: -19px;
		margin-left: -48.5px;
	}
	.no-touch .col-lg-3 .preview:hover .thumbnail img {
		width: 110%;
		height: 110%;
		margin-top: -19px;
		margin-left: -36.5px;
	}
	.no-touch .col-lg-2 .preview:hover .thumbnail img {
		width: 110%;
		height: 110%;
		margin-top: -9.5px;
		margin-left: -24px;
	}
	.no-touch .col-lg-1 .preview:hover .thumbnail img {
		width: 110%;
		height: 110%;
		margin-top: -9.5px;
		margin-left: -12px;
	}
}