/* Google Play badge in header — do not affect ads */
.header__gplay{
  display:inline-flex;
  align-items:center;
  flex-shrink:0;
  line-height:0;
  z-index:12;
  margin-left:12px;
}
.header__gplay img{
  display:block;
  height:44px;
  width:auto;
  max-width:148px;
}
@media (max-width: 61.99875em){
  .header__gplay{
    margin-left:8px;
    margin-right:4px;
  }
  .header__gplay img{
    height:34px;
    max-width:118px;
  }
}
@media (max-width: 29.99875em){
  .header__gplay img{
    height:30px;
    max-width:104px;
  }
}
