@charset "utf-8";
/* CSS Document */

.article-banner{background:url(../images/articles/Suspicion/banner/suspicion-banner.jpg); background-position: 50% center !important; background-size: cover!important;}
.article-banner img{height:430px;}

.full-article-content img{ margin:30px auto; display:block;} 

@media screen and (max-width:1024px){
.article-banner{background:url(../images/articles/Suspicion/banner/suspicion-banner-tablet.jpg) no-repeat center bottom !important;}
}
@media screen and (max-width:767px){
.article-banner{background:url(../images/articles/Suspicion/banner/suspicion-banner-mob.jpg) no-repeat center bottom !important; background-size:cover!important;}
}