/* header */
body:not(.no-mpt) #main {
	padding-top: 0;
}

/* mpt */
.mpt-wrapper {
    min-height: 10vw;
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin-bottom: 50px;
    background-blend-mode: color;
    background-color: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
	border-top: 2px solid #fff;
}
.mpt-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--primary), #000);
    opacity: 0.7;
}
.mpt-container {
	width: 1200px;
	padding: 0 50px;
	box-sizing: border-box;
	max-width: 100%;
	margin: auto;
	height: 100%;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.my-page-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mpt-h1 {
    text-align: center;
    color: #fff;
    margin: 0;
	font-size: 3rem;
    line-height: 1;
}
.breadcrumbs li:first-child::before {
	display: none !important;
}


@media only screen and (min-width: 990px) {
	.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
		background: rgba(0,0,0,0.30) !important;
	}
}
@media only screen and (max-width: 990px) {
	.mpt-wrapper {
		min-height: 12vw;
		border: none;
	}
	.mpt-wrapper {
		border-top: none;
	}
}
@media only screen and (max-width: 780px) {
	.mpt-wrapper {
		height: 25vw;
		margin-bottom: 30px;
	}
	.mpt-container {
		padding:0 20px;
	}
	.my-page-title {
		justify-content: center;
		text-align: center;
	}
	.mpt-h1 {
		font-size: 1.8rem;
		
	}
}