/* Qalbaq responsive article media fix */

img,
video,
iframe {
  max-width: 100%;
}

main img:not([src*="logo"]):not([src*="Newfinallogo"]),
article img:not([src*="logo"]):not([src*="Newfinallogo"]),
[class*="article"] img:not([src*="logo"]):not([src*="Newfinallogo"]),
[class*="post"] img:not([src*="logo"]):not([src*="Newfinallogo"]),
[class*="news"] img:not([src*="logo"]):not([src*="Newfinallogo"]) {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}

@media (max-width: 768px) {
  main img:not([src*="logo"]):not([src*="Newfinallogo"]),
  article img:not([src*="logo"]):not([src*="Newfinallogo"]),
  [class*="article"] img:not([src*="logo"]):not([src*="Newfinallogo"]),
  [class*="post"] img:not([src*="logo"]):not([src*="Newfinallogo"]),
  [class*="news"] img:not([src*="logo"]):not([src*="Newfinallogo"]) {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
  }

  video {
    width: 100% !important;
    height: auto !important;
  }

  iframe {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
  }
}
