	.lazy_container {
		display: inline-block;
		width: 100%;
		position: relative;
		overflow: hidden;
		font-size: 0;
		line-height: 0;
		background: url(../images/camera-loader.gif) 50% 50% no-repeat #ffffff;
	}
	
	.lazy_container.lazyloaded {
		background: none;
	}
	
	.lazy_container .lazy_preloader {
		height: 200px;
		display: inline-block;
		width: 100%;
	}
	
	.lazy_container img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: auto;
		margin: 0;
	}
	
@media screen and (max-width:780px) {

	.lazy_container .lazy_preloader{ height:120px;}
}