{"version":3,"file":"full-width-section-image/style-index.css","mappings":";;;AAMA;EACI;EACA;EACA;EACA;EACA;AALJ;AAOI;EACI;AALR;AAOQ;EAHJ;IAIQ;EAJV;AACF;AAOI;EACI;EACA;EACA;EACA;AALR;AAOQ;EACI;KAAA;EACA;EACA;EACA;KAAA;AALZ;AASI;EACI;AAPR;AAUI;EACI;EACA;EACA;AARR;AAUQ;EALJ;IAMQ;EAPV;AACF;;AAWA;EACI;AARJ;;AAWA;EACI;KAAA;AARJ;;AAWA;EACI;AARJ;;AAWA;EACI;AARJ,C","sources":["webpack://mxdnsms-gutenberg-blocks/./includes/gutenberg/src/full-width-section-image/style.scss"],"sourcesContent":["$width__desktop: 1224px;\n\n$width__tablets: 992px;\n\n$width__mobile: 768px;\n\n.wp-block-mxdnsms-full-width-section-image {\n    max-width: 100% !important;\n    width: 100% !important;\n    display: flex;\n    height: auto;\n    min-height: 600px;\n\n    &>div {\n        width: 50%;\n\n        @media (max-width: $width__tablets) {\n            width: 100%;\n        }\n    }\n\n    &--image-wrapper {\n        height: 100%;\n        align-items: center;\n        display: flex;\n        justify-content: flex-end;\n\n        img {\n            object-fit: cover;\n            height: 100%;\n            width: 100%;\n            object-position: bottom left;\n        }\n    }\n\n    &--content-wrapper {\n        display: flex;\n    }\n\n    &--text {\n        max-width: calc(1240px/2);\n        padding: 0px 48px 0px 24px;\n        width: 100%;\n\n        @media (max-width: $width__tablets) {\n            max-width: 100%;\n        }\n    }\n}\n\n.wp-block-mxdnsms-full-width-section-image[data-image-to-right=\"1\"] .wp-block-mxdnsms-full-width-section-image--image-wrapper {\n    order: 1;\n}\n\n.wp-block-mxdnsms-full-width-section-image[data-image-to-right=\"1\"] .wp-block-mxdnsms-full-width-section-image--image-wrapper img {\n    object-position: top left;\n}\n\n.wp-block-mxdnsms-full-width-section-image[data-image-to-right=\"1\"] .wp-block-mxdnsms-full-width-section-image--content-wrapper {\n    justify-content: flex-end;\n}\n\n.wp-block-mxdnsms-full-width-section-image[data-image-to-right=\"1\"] .wp-block-mxdnsms-full-width-section-image--text {\n    padding: 0px 24px 0px 48px;\n}"],"names":[],"sourceRoot":""}