.elementor-5 .elementor-element.elementor-element-e92e438{--display:flex;--min-height:1440px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-5:not(.elementor-motion-effects-element-type-background), body.elementor-page-5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://dachdrewmazury.pl/wp-content/uploads/2026/03/IMG_0909-scaled.jpeg");background-position:-339px -58px;background-repeat:no-repeat;background-size:auto;}:root{--page-title-display:none;}body.elementor-page-5{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){body.elementor-page-5:not(.elementor-motion-effects-element-type-background), body.elementor-page-5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(min-width:768px){.elementor-5 .elementor-element.elementor-element-e92e438{--content-width:1299px;}}@media(max-width:767px){body.elementor-page-5:not(.elementor-motion-effects-element-type-background), body.elementor-page-5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://dachdrewmazury.pl/wp-content/uploads/2026/03/IMG_0909-1536x857.jpeg");background-position:-646px -25px;}}/* Start custom CSS */body.elementor-page-5 {
    background-image: url('path/to/your/image.jpg'); /* Replace with your image path */
    background-size: cover; /* Ensures the image covers the entire area */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    width: 100vw; /* Sets the width to the viewport width */
    height: 100vh; /* Sets the height to the viewport height */
    overflow: hidden; /* Hides any overflow */
}/* End custom CSS */