.str-ModalBack {
	position: fixed;
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

.imgPopup {
	display: flex;
	align-items: center;
	justify-content: center;
}

.imgPopupItem {
	max-height: 80%;
	max-width: 80%;
}

.modal-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.nav-arrow {
    position: absolute;
    top: 50%;
    font-size: 2em;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
}

.prev-arrow {
    left: 5px;
}

.next-arrow {
    right: 5px;
}
