#schedule-modal{margin:auto;max-width:90vw;max-height:90vh;overflow-y:auto;width:fit-content;height:fit-content}#schedule-modal>div{max-width:800px;margin:0 auto}#schedule-modal::backdrop{background:rgba(0,0,0,.5)}#schedule-modal #modal-image{max-width:100%;max-height:80vh;width:auto;height:auto;object-fit:contain;display:block}#schedule-modal .p-6{padding:1.5rem}@media(max-width:768px){#schedule-modal{width:95vw;max-height:95vh}#schedule-modal #modal-image{max-height:75vh}#schedule-modal .p-6{padding:1rem}}@media(min-width:769px){#schedule-modal{padding:0}#schedule-modal .p-6{padding:1.5rem}}