.elementor-739 .elementor-element.elementor-element-a3579e4{--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;--justify-content:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-739 .elementor-element.elementor-element-a3579e4:not(.elementor-motion-effects-element-type-background), .elementor-739 .elementor-element.elementor-element-a3579e4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-739 .elementor-element.elementor-element-d09dc72{width:100%;max-width:100%;}.elementor-739 .elementor-element.elementor-element-d09dc72 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-739 .elementor-element.elementor-element-d09dc72 .jet-listing-dynamic-image__figure{align-items:flex-start;}.elementor-739 .elementor-element.elementor-element-d09dc72 .jet-listing-dynamic-image a{display:flex;justify-content:flex-start;width:800px;max-width:100%;}.elementor-739 .elementor-element.elementor-element-d09dc72 .jet-listing-dynamic-image img{width:800px;max-width:100%;height:350px;object-fit:cover;}.elementor-739 .elementor-element.elementor-element-d09dc72 .jet-listing-dynamic-image__caption{text-align:left;}.elementor-739 .elementor-element.elementor-element-36d3d08{--display:flex;--min-height:72px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:24px;--padding-bottom:24px;--padding-left:12px;--padding-right:12px;}.elementor-739 .elementor-element.elementor-element-36d3d08.e-con{--align-self:stretch;}.elementor-widget-heading .elementor-heading-title{font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-739 .elementor-element.elementor-element-8251ecc > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-739 .elementor-element.elementor-element-8251ecc{text-align:center;}.elementor-739 .elementor-element.elementor-element-8251ecc .elementor-heading-title{font-size:14px;font-weight:700;text-transform:uppercase;line-height:1.2em;color:var( --e-global-color-text );}.elementor-739 .elementor-element.elementor-element-8251ecc .elementor-heading-title a:hover, .elementor-739 .elementor-element.elementor-element-8251ecc .elementor-heading-title a:focus{color:#ECBC24;}@media(max-width:640px){.elementor-739 .elementor-element.elementor-element-a3579e4{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-739 .elementor-element.elementor-element-d09dc72 .jet-listing-dynamic-image img{height:175px;}.elementor-739 .elementor-element.elementor-element-36d3d08{--padding-top:12px;--padding-bottom:12px;--padding-left:12px;--padding-right:12px;}.elementor-739 .elementor-element.elementor-element-8251ecc .elementor-heading-title{font-size:12px;}}/* Start custom CSS for container, class: .elementor-element-a3579e4 *//* Domyślnie ukryj obrazek */
.verty .verty-img {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Po najechaniu na kontener pokaż obrazek */
.verty:hover .verty-img {
    opacity: 1;
}
.verty:hover .verty-img-slide img {
    object-fit: cover;
    object-position: 60% 50%  !important;
    transition: object-position 0.3s ease-out;
}
.verty .verty-img-slide img {
    object-fit: cover;
    object-position: 30% 50%  !important;
}

.verty:hover {
    background-color: #000 !important;
}

.verty:hover .verty-txt h3 {
    color: #fff !important;
}/* End custom CSS */