30 lines
563 B
CSS
30 lines
563 B
CSS
/*
|
|
* 1977
|
|
*
|
|
*/
|
|
._1977:before, ._1977:after {
|
|
content: '';
|
|
display: block;
|
|
height: 100%;
|
|
width: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
position: absolute;
|
|
pointer-events: none; }
|
|
|
|
._1977 {
|
|
position: relative; }
|
|
._1977 img {
|
|
width: 100%;
|
|
z-index: 1; }
|
|
._1977:before {
|
|
z-index: 2; }
|
|
._1977:after {
|
|
z-index: 3; }
|
|
|
|
._1977 {
|
|
-webkit-filter: contrast(1.1) brightness(1.1) saturate(1.3);
|
|
filter: contrast(1.1) brightness(1.1) saturate(1.3); }
|
|
._1977:after {
|
|
background: rgba(243, 106, 188, 0.3);
|
|
mix-blend-mode: screen; }
|