@layer master {
    .templateBackground {
        .media {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 0;
            &:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                background: rgba(0, 0, 0, 0.2);
                width: 100%;
                height: 100%;
            }
        }
        .inner {
            grid-column: span 6;
            position: relative;
        }
    }
}
