diff --git a/css/style.css b/css/style.css index 8490cbd..f2f8f88 100755 --- a/css/style.css +++ b/css/style.css @@ -107,12 +107,7 @@ background-image: url(../images/@stock/image-bg.jpg); } .overlay:before{ - position: absolute; - content:" "; - top:0; - left:0; - width:100%; - height:100%; + position: inherit; display: block; z-index:0; background-color: rgba(51, 153, 212, 0.8);