.wide-image-section {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 1.35rem 0 0 0;

}
@media screen and (max-width: 768px) and (orientation: portrait) {
	.wide-image-section {
		margin: 0.4rem 0 0 0;

}
	}
.wide-image-section .wide-image-wrap {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0.32rem;
		overflow: hidden;
		width: 100%;
		height: auto;

	}
:is(.wide-image-section .wide-image-wrap) .wide-image {
			width: 100%;
			height: auto;
		}
