@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
.modal {position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 99999999999; background: rgba(65, 42, 10, 0.6); display: none}
.modal_popup {width: 88%; height: 80vh; margin: 0 auto; margin-top: 10vh}
.bgpopup {background: #f9f6ec}
.modal_popup__content {width: 100%; height: 100%; position: relative}
.popup_close {position: absolute; top: .5em; right: 2.5em; font-size: 2em; font-weight: 500; line-height: 1.3; cursor: pointer; margin: 0; padding: .5em; color: white}
.modal_popup img {width: 100%; height: 100%; object-fit: contain}