.jodit-container p,
.jodit-viewer p {
  margin-bottom: 0 !important;
}

/* All GIF  */

/* home_pic 16/9 */
img#home_pic_container[src$=".gif"] {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

/* logo_txt (title image) 2/1  */
img#logo_txt_container[src$=".gif"] {
  aspect-ratio: 2 / 1;
  object-fit: cover;
  object-position: center;
}

/* logo (home right side) 1/1 – same size as non-GIF  */
.logoContainer .headLogo img[src$=".gif"],
.headLogo img[src$=".gif"] {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* footer_logo 471/133  */
.footerlogo img[src$=".gif"] {
  aspect-ratio: 471 / 133;
  object-fit: cover;
  object-position: center;
}

/* right_logo 306/215 */
.right-logo-col img[src$=".gif"] {
  aspect-ratio: 306 / 215;
  object-fit: cover;
  object-position: center;
}

/* logo_header (lower page header image) 912/91 */
.header img[src$=".gif"] {
  aspect-ratio: 912 / 91;
  object-fit: cover;
  object-position: center;
}

/* header_bg (lower page header background) 1990/199 */
.header.header-bg-gif {
  display: block;
  width: 100%;
  aspect-ratio: 1990 / 199;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}