/*lazy loading*/
    .img_placeholder {
         animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
   position:relative;
    }
    .js-lazy-image--handled {
        background: none !important;
    }
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.img_main_article {
	width: 560px;
	height: 315px;
}

.img_middle_article {
	width: 1158px;
	height: 420px;
}

.img_home_teaser {
	width: 361px;
	height: 205px;
}

.img_last_mini_article_1, .img_last_mini_article_2, .img_last_mini_article_3 {
	width: 359px;
	height: 196px;
}
