{"version":3,"file":"VideoModal-Dh-__pfM-chunk.js","sources":["../../../src/components/utility/images/ImageModalCloseX.jsx","../../../src/components/utility/images/ImagePlayVideo.jsx","../../../src/components/utility/video/VideoModal.jsx"],"sourcesContent":["import React from \"react\";\n\nconst ImageX = () => {\n\treturn (\n\t\t\n\t);\n};\n\nexport default ImageX;\n","import React from \"react\";\n\nconst ImagePlayVideo = () => {\n\treturn (\n\t\t\n\t);\n};\n\nexport default ImagePlayVideo;\n","import React from \"react\";\nimport ImageModalCloseX from \"components/utility/images/ImageModalCloseX\";\nimport { DDXModal } from \"components/ddx-modal/DDXModal\";\n\nconst VideoModal = ({ showClose, showModal, setShowModal, vid }) => {\n\tconst handleCloseModal = () => {\n\t\tsetShowModal(false);\n\t};\n\n\treturn (\n\t\t\n\t\t\t{/* The video container is using vh and vw to allow reszing. \n\t\t\t\t\tDDXModal handles clicks outside the component but the video container goes around the actual content a fair bit.\n\t\t\t\t\tThis allows the experience to stay consistent when clicking outside the video */}\n\t\t\t