/* Autoera Desktop RU Fix 3.4 SAFE
   Works only on Russian desktop product pages.
   Does not hide parent wrappers or rebuild the product card.
*/
@media only screen and (min-width:981px) {
  body.aeru34-active .aeru34-back-under-image {
    display:block !important;
    margin:14px 0 0 !important;
    text-align:center !important;
  }

  body.aeru34-active .aeru34-back-under-image a {
    display:inline-block !important;
    max-width:100% !important;
  }

  body.aeru34-active .aeru34-back-under-image img {
    max-width:100% !important;
    height:auto !important;
  }

  body.aeru34-active .aeru34-empty-direct-cell,
  body.aeru34-active .aeru34-empty-spacer {
    display:none !important;
  }

  body.aeru34-active .aeru34-tabs-holder {
    margin-top:0 !important;
    padding-top:0 !important;
  }
}
