@charset "utf-8";

/* BOXOVERIMAGE */
	.boxoverimg,
	.boxoverimg > .boxoverimg-box {
		display: grid;
		}
	.boxoverimg-content {
		min-width: 0;
		overflow: hidden;
		width: 100%;
		}
	.boxoverimg-holder {
		position: relative;
		z-index: 3;
		}
	@media (max-width: 59.99em) {
		.boxoverimg-box-clear .boxoverimg-content.mgv {
			margin-top: 0;
			}
		.boxoverimg-box-clear .boxoverimg-holder.mgv {
			margin-bottom: 0;
			}
		.boxoverimg-position-top-left > .boxoverimg-images,
		.boxoverimg-position-center-left > .boxoverimg-images,
		.boxoverimg-position-bottom-left > .boxoverimg-images {
			text-align: left;
			}
		.boxoverimg-position-top-center > .boxoverimg-images,
		.boxoverimg-position-center-center > .boxoverimg-images,
		.boxoverimg-position-bottom-center > .boxoverimg-images {
			text-align: center;
			}
		.boxoverimg-position-top-right > .boxoverimg-images,
		.boxoverimg-position-center-right > .boxoverimg-images,
		.boxoverimg-position-bottom-right > .boxoverimg-images {
			text-align: right;
			}
		.boxoverimg-holder {
			padding-left: var(--mywp-mg-normal);
			padding-right: var(--mywp-mg-normal);
			}
	}
	@media (min-width: 60em) {
		.boxoverimg > .boxoverimg-box,
		.boxoverimg > .boxoverimg-images {
			grid-area: 1 / 1;
			position: relative;
			}
		.boxoverimg > .boxoverimg-images {
			display: flex;
			}
		.boxoverimg-position-top-left > .boxoverimg-images,
		.boxoverimg-position-center-left > .boxoverimg-images,
		.boxoverimg-position-bottom-left > .boxoverimg-images {
			justify-content: flex-start;
			}
		.boxoverimg-position-top-center > .boxoverimg-images,
		.boxoverimg-position-center-center > .boxoverimg-images,
		.boxoverimg-position-bottom-center > .boxoverimg-images {
			justify-content: center;
			}
		.boxoverimg-position-top-right > .boxoverimg-images,
		.boxoverimg-position-center-right > .boxoverimg-images,
		.boxoverimg-position-bottom-right > .boxoverimg-images {
			justify-content: flex-end;
			}
		.boxoverimg-position-top-left > .boxoverimg-images,
		.boxoverimg-position-top-center > .boxoverimg-images,
		.boxoverimg-position-top-right > .boxoverimg-images {
			align-items: flex-start;
			}
		.boxoverimg-position-center-left > .boxoverimg-images,
		.boxoverimg-position-center-center > .boxoverimg-images,
		.boxoverimg-position-center-right > .boxoverimg-images {
			align-items: center;
			}
		.boxoverimg-position-bottom-left > .boxoverimg-images,
		.boxoverimg-position-bottom-center > .boxoverimg-images,
		.boxoverimg-position-bottom-right > .boxoverimg-images {
			align-items: flex-end;
			}
		.boxoverimg.boxoverimg-position-fit > .boxoverimg-images > .boxoverimg-image,
		.boxoverimg.boxoverimg-position-fit > .boxoverimg-images > .boxoverimg-image > * {
			height: 100%;
			object-fit: cover;
			position: absolute;
			width: 100%;
			}
		.boxoverimg > .boxoverimg-box {
			width: 50%;
			}
		.boxoverimg.boxoverimg-right > .boxoverimg-box {
			justify-self: flex-end;
			padding-right: var(--mywp-mg-block);
			}
		.boxoverimg.boxoverimg-left > .boxoverimg-box {
			justify-content: flex-end;
			padding-left: var(--mywp-mg-block);
			}
		.boxoverimg.boxoverimg-width-partial.boxoverimg-shift-none > .boxoverimg-box,
		.boxoverimg.boxoverimg-width-full > .boxoverimg-box > .boxoverimg-content {
			align-self: center;
			}
		.boxoverimg.boxoverimg-width-partial.boxoverimg-shift-down > .boxoverimg-box {
			align-self: flex-end;
			}
		.boxoverimg-holder.mgs.mgs-none-left {
			padding-left: 0;
			}
		.boxoverimg-holder.mgs.mgs-none-right {
			padding-right: 0;
			}
		.boxoverimg > .boxoverimg-box > .boxoverimg-content {
			max-width: 64rem;
			}
		.boxoverimg-content {
			border-radius: var(--mywp-radius);
			}
		.boxoverimg-box-clear .boxoverimg-holder.mg,
		.boxoverimg.boxoverimg-right.boxoverimg-width-full > .boxoverimg-box > .boxoverimg-content > .boxoverimg-holder {
			margin-bottom: 0;
			margin-top: 0;
			padding-right: 0;
			}
		.boxoverimg-box-clear .boxoverimg-holder.mg,
		.boxoverimg.boxoverimg-left.boxoverimg-width-full > .boxoverimg-box > .boxoverimg-content > .boxoverimg-holder {
			margin-bottom: 0;
			margin-top: 0;
			padding-left: 0;
			}
		.boxoverimg.boxoverimg-shift-up,
		.boxoverimg.boxoverimg-shift-down {
			position: relative;
			z-index: 5;
			}
		.boxoverimg.boxoverimg-shift-up.boxoverimg-width-partial > .boxoverimg-box > .boxoverimg-content {
			margin-top: 0;
			}
		.boxoverimg.boxoverimg-shift-down.boxoverimg-width-partial > .boxoverimg-box > .boxoverimg-content {
			margin-bottom: 0;
			}
		.boxoverimg.boxoverimg-shift-up > .boxoverimg-box {
			top: -2.4rem;
			}
		.boxoverimg.boxoverimg-shift-down > .boxoverimg-box {
			top: 2.4rem;
			}
		.boxoverimg.shading-none-bg .boxoverimg-holder.mgs.mgv {
			margin: 0;
			padding: 0;
			}
	}
	@media (min-width: 80em) {
		.boxoverimg.boxoverimg-shift-up > .boxoverimg-box {
			top: -4.8rem;
			}
		.boxoverimg.boxoverimg-shift-down > .boxoverimg-box {
			top: 4.8rem;
			}
	}