body { @include below(lap) { margin-left: 0; } .page, .error404 { .site-title a { color: $color-accent; } .site-header { height: 300px; } .site-content { width: 100%; margin: 0 auto; .content-area { max-width: $container-max-width; padding: 80px; } } .entry-title { padding: 70px 0 30px 70px; } } &.page { .content-area { padding: 0; } .entry-thumbnail { margin-bottom: 70px; max-height: 300px; overflow: hidden; height: 300px; img { object-fit: cover; width: 100%; object-position: 50% 50%; } &:before { content: ""; display: block; position: absolute; z-index: 2; height: 300px; width: 100%; background: $background-gradient-single; } } } }