.header-wrap {
	padding-bottom: max(3vw, 48px);
	position: relative;
}

.header-wrap::after {
	position: absolute;
	content: '';
	left: max(-39px, -2.4375vw);
	right: max(-39px, -2.4375vw);
	bottom: 0;
	height: 1px;
	opacity: 0.20;
	background: var(--secondary);
}

.ip-banner {
	display: none;
}

#inner-page-wrapper {
	margin-bottom: 0;
}

#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}

.ip-breadcrumbs {
	width: calc((1350/1600)*100%);
	max-width: 1350px;
	margin: 0 auto;
}

.ip-breadcrumbs #breadcrumbs {
	margin: 0;
	padding: 1.143em 0;
	font-size: 0.875em;
	line-height: 1.714em;
	text-align: left;
}

.itm-media {
	margin: min(175px, 10.9375vw) 0 0;
	padding: 0 0 min(126px, 7.875vw);
}

.itm-media__wrap {
	padding: min(99px, 6.1875vw) 0 0;
}

.itm-media__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 5.5em 4.9em;
	margin: 0 auto;
	max-width: 1140px;
	width: calc((1140/1600)*100%);
	padding: min(85px, 5.3125vw) 0 min(105px, 6.5625vw);
}

.itm-media__list-item {
	width: calc((530/1140)*100%);
}

.itm-media__list-item__info {
	padding: calc((27/530)*100%) 0 0;
}

.itm-media__list-item__photo{
    /*background: #000000;*/
}
.itm-media__list-item__photo img{
    object-fit: contain;
}

.itm-media-post-date-author {
	font-size: 1.103em;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 0.34em 0;
}

.itm-media-post-title {
	line-height: 1;
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-family: var(--font-family-title);
	padding: 0.375em 0;
}

.itm-media__list-item__info .site-btn {
	font-size: 0.778em;
	margin-top: 1.606em;
}

.itm-media__pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.313em;
}

.itm-media__pagination ul li {
	width: 0.688em;
	height: 0.688em;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: var(--default-transition);
}

.itm-media__pagination ul li:hover,
.itm-media__pagination ul li:focus-within,
.itm-media__pagination ul li.active {
	background: #fff;
	border-color: transparent;
}

.itm-media__pagination ul li span,
.itm-media__pagination ul li a{
	color: transparent;
}

.itm-media__pagination ul li.active {
	cursor: default;
}

.itm-media__bg {
	right: 0;
	top: auto;
	height: auto;
	bottom: calc((22/1600)*100%);
}

.itm-media__bg::after {
	background: linear-gradient(to bottom, var(--primary), rgba(10, 19, 30, 0.5), rgba(10, 19, 30, 0.5), var(--primary));
}

@media screen and (max-width: 991px) {
	.header-wrap::after {
		left: calc(100% - 100vw);
		right: calc(100% - 100vw);
	}

	.ip-breadcrumbs {
		min-width: 280px;
		width: calc((330/375)*100%);
	}

	.ip-breadcrumbs #breadcrumbs {
		font-size: max(14px, 0.875em);
	}

	.itm-media {
		margin: max(7.669vw, 72px) 0 0;
		padding: 0 0 max(8vw, 40px);
	}

	.itm-media__wrap {
		padding: calc((75/991)*100%) 0 0;
	}

	.itm-media__list {
		flex-direction: column;
		width: calc((329/375)*100%);
		padding: calc((55/991)*100%) 0 calc((105/991)*100%);
		gap: calc((55/991)*100vw) 0;
		max-width: 450px;
	}

	.itm-media__list-item {
		width: 100%;
	}

	.itm-media__list-item__photo {
		height: calc((385/991)*100vw);
	}

	.itm-media__list-item__info {
		text-align: center;
		display: flex;
		flex-flow: column;
		align-items: center;
		padding: 1.43em 0 0;
	}

	.itm-media-post-date-author {
		font-size: 1.001em;
		padding: 0.929em 0 2.071em;
		order: 2;
	}

	.itm-media-post-title {
		order: 1;
		padding: 0 2.778em;
		font-size: 1.287em;
		line-height: 1.333em;
	}

	.itm-media__list-item__info .site-btn {
		order: 3;
		margin-top: 0;
	}

	.itm-media__bg canvas {
		min-height: 705px;
	}
}

@media screen and (max-width: 567px) {
	.itm-media {
		padding: 0 0 max(21.07vw, 79px);
	}

	.itm-media__wrap {
		padding: calc((52/375)*100%) 0 0;
	}

	.itm-media__list {
		padding: calc((35/375)*100%) 0 calc((105/375)*100%);
		gap: calc((40/375)*100vw) 0;
	}

	.itm-media__list-item__photo {
		height: calc((293/375)*100vw);
	}
}