@media (min-width: 576px) {
.editorial-detail .stage-area{
z-index: -2;
overflow: hidden;
}
.editorial-detail .content-frame > .stage-area + .container {
margin-top: -15rem;
}
.anchor-navigation-contentarea{
top: 15rem;
}
.editorial-detail h1{
position: relative;
display: inline-block;
font-size: 4rem;
line-height: 1.1;
padding: 3rem 4rem;
margin-left: -4rem;
}
.editorial-detail h1:before {
content: '';
position: absolute;top: 0;left: -15rem;z-index: -1;
width: calc(100% + 15rem);
height: 100px;
background: white;
opacity: 0.85;
transform: skewX(20deg);
}
}
@media (min-width: 768px) {
/*.editorial-detail .container {max-width:720px}*/
}
@media (min-width: 992px) {
/*.editorial-detail .container {max-width:960px}*/
}
@media (min-width: 1200px) {
/*.editorial-detail .container {max-width:1240px}*/
.editorial-detail .stage-area{
max-width: 1250px;
margin: 3rem auto;
}
.editorial-detail .stage-area,
.editorial-detail .stage-image{
max-height: 300px;
}
}


@media (min-width: 1200px) {
.editorial-detail .content-frame > .stage-area + .container {
margin-top: -13rem;
}
.anchor-navigation-contentarea{
top: 13rem;
}
}
