/* Haber sayfalarında ana sayfadaki sıkı kırpılmış NeVarX Haber logosunu korur. */
.article-masthead>.brand.brand-image{
  width:220px!important;
  height:72px!important;
  display:flex!important;
  flex:0 0 220px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  overflow:visible!important;
}
.article-masthead>.brand.brand-image img{
  display:block!important;
  width:100%!important;
  max-width:220px!important;
  height:auto!important;
  max-height:72px!important;
  object-fit:contain!important;
  object-position:center!important;
  mix-blend-mode:normal!important;
}
@media(max-width:1024px){
  .article-masthead>.brand.brand-image{width:190px!important;height:64px!important;flex-basis:190px!important}
  .article-masthead>.brand.brand-image img{max-width:190px!important;max-height:64px!important}
}
@media(max-width:800px){
  .article-masthead>.brand.brand-image{width:155px!important;height:52px!important;flex-basis:155px!important}
  .article-masthead>.brand.brand-image img{max-width:155px!important;max-height:52px!important}
}
@media(max-width:520px){
  .article-masthead>.brand.brand-image{width:116px!important;height:40px!important;flex:0 0 116px!important}
  .article-masthead>.brand.brand-image img{max-width:116px!important;max-height:40px!important}
}
