article.layer1 h1:after {
    content: "";
    width: 20%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}
article.layer1.search_theme h1:after {
    background-image: url(../img/index/thumb_theme.webp);
}
article.layer1.search_part h1:after {
    background-image: url(../img/index/thumb_part.webp);
}

@media screen and (max-width:900px){
	article.layer1 h1:after {
/*    right: 15px;*/
}

}

@media screen and (max-width:600px){
article.layer1 h1 {
    font-size: 2rem;
/*        padding-top: 58px;*/
        padding-right: 0;
}
article.layer1 h1:after {
    width: 80px;
    height: 64px;
    top:50%;
    transform: translate(0, -50%);
}
article.layer1 section:first-of-type {
    padding-top: 30px;
}
}