@media screen and (max-width: 1440px) {
  /* styles for screens 1440px and smaller */
	img.video-thumbnail.workImage {
		height: 300px !important;
	}
}
@media screen and (max-width: 760px) {
  /* styles for screens 1440px and smaller */
	img.video-thumbnail.workImage {
		width: 400px !important;
        margin: 0 auto !important;
	}
	.workLoopWrapper .e-loop-item{
		margin: 0 auto !important;
	}
}