diff --git a/css/style.css b/css/style.css index 41cba89..c3bb14d 100755 --- a/css/style.css +++ b/css/style.css @@ -47,6 +47,15 @@ .full.light { color: #fff; } +.full.works { + background-image: url(../images/@stock/works-header.jpg); + background-size: auto; } + +.full.works.overlay { + background: rgba(51,153,112,0.8); + overflow: hidden; + height: 100%; } + .full.brown { background: #AB8860; }