.elementor-282 .elementor-element.elementor-element-2c69d17{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-282 .elementor-element.elementor-element-7191105{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-282 .elementor-element.elementor-element-e54db4b{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-282 .elementor-element.elementor-element-6a5dd52 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-282 .elementor-element.elementor-element-6a5dd52 .jet-listing-dynamic-image__figure{align-items:flex-start;}.elementor-282 .elementor-element.elementor-element-6a5dd52 .jet-listing-dynamic-image a{display:flex;justify-content:flex-start;}.elementor-282 .elementor-element.elementor-element-6a5dd52 .jet-listing-dynamic-image__caption{text-align:left;}.elementor-282 .elementor-element.elementor-element-8aebce0{margin:-30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 10px;z-index:99;}.elementor-282 .elementor-element.elementor-element-8aebce0 .jet-listing-dynamic-field__content{color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;font-size:18px;font-weight:600;line-height:1.1em;text-align:left;}.elementor-282 .elementor-element.elementor-element-8aebce0 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-282 .elementor-element.elementor-element-8aebce0 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-282 .elementor-element.elementor-element-8aebce0 .jet-listing-dynamic-field{justify-content:flex-start;}.jet-listing-item.single-jet-engine.elementor-page-282 > .elementor{width:400px;margin-left:auto;margin-right:auto;}@media(max-width:767px){.elementor-282 .elementor-element.elementor-element-8aebce0 .jet-listing-dynamic-field__content{font-size:18px;line-height:1em;}}@media(min-width:2400px){.elementor-282 .elementor-element.elementor-element-2c69d17{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-282 .elementor-element.elementor-element-6a5dd52 .jet-listing-dynamic-image a{width:100%;max-width:100%;}.elementor-282 .elementor-element.elementor-element-6a5dd52 .jet-listing-dynamic-image img{width:100%;max-width:100%;}}/* Start custom CSS for jet-listing-dynamic-image, class: .elementor-element-6a5dd52 *//* Make the image container and image fill the card */
.elementor-282 .elementor-element.elementor-element-6a5dd52 .jet-listing-dynamic-image {
  position: relative;
}
.elementor-282 .elementor-element.elementor-element-6a5dd52 .jet-listing-dynamic-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* (Optional) subtle dark overlay that never blocks clicks */
.elementor-282 .elementor-element.elementor-element-6a5dd52 .jet-listing-dynamic-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,.10);
  z-index: 1;
  pointer-events: none;
}

/* (Optional) if your title right after the image is a Dynamic Field,
   this pins it at the bottom over a gradient. Remove if you don’t want it. */
.elementor-282 .elementor-element.elementor-element-6a5dd52 ~ .jet-listing-dynamic-field {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 14px 16px;
  color: #fff;
  line-height: 1.25;
  z-index: 2;
  background: linear-gradient(to top, rgba(0,0,0,.6), rgba(0,0,0,0));
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-af3c9bc */.elementor-282 .elementor-element.elementor-element-af3c9bc { display:none; }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e54db4b *//* CARD BASE */
.elementor-282 .elementor-element.elementor-element-e54db4b {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16 / 9;      /* fixed height */
}

/* mobile a bit taller */
@media (max-width: 767px) {
  .elementor-282 .elementor-element.elementor-element-e54db4b {
    aspect-ratio: 16 / 9.5;
  }
}

/* IMAGE */
.elementor-282 .elementor-element.elementor-element-e54db4b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  line-height: 0;
}

/* VIDEO (both the HTML one and the JS one) */
.elementor-282 .elementor-element.elementor-element-e54db4b .tmf-preview,
.elementor-282 .elementor-element.elementor-element-e54db4b video.tmf-auto-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;       /* <- this is what stops the little “growth” */
  line-height: 0;
  opacity: 0;
  transition: .15s ease;
  z-index: 2;
  pointer-events: none;
}

/* OVERLAY */
.elementor-282 .elementor-element.elementor-element-e54db4b .tmf-overlay,
.elementor-282 .elementor-element.elementor-element-e54db4b .tmf-auto-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
  opacity: 0;
  transition: .15s ease;
  z-index: 3;
  pointer-events: none;
}

/* HOVER */
.elementor-282 .elementor-element.elementor-element-e54db4b:hover .tmf-preview,
.elementor-282 .elementor-element.elementor-element-e54db4b:hover video.tmf-auto-video {
  opacity: 1;
}
.elementor-282 .elementor-element.elementor-element-e54db4b:hover .tmf-overlay,
.elementor-282 .elementor-element.elementor-element-e54db4b:hover .tmf-auto-overlay {
  opacity: 1;
}

/* TITLE ON TOP */
.elementor-282 .elementor-element.elementor-element-e54db4b .jet-listing-dynamic-field,
.elementor-282 .elementor-element.elementor-element-e54db4b .elementor-heading-title {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 5;
  color: #fff;
}

/* HIDE THE 3 HELPER SHORTCODES */
.elementor-282 .elementor-element.elementor-element-e54db4b .tmf-data-preview,
.elementor-282 .elementor-element.elementor-element-e54db4b .tmf-data-vimeo,
.elementor-282 .elementor-element.elementor-element-e54db4b .tmf-data-desc {
  display: none !important;
}/* End custom CSS */