.divcontainer::after {
    background: url('/templates/protostar/images/404error.png') no-repeat center;
    opacity: 0.2;
    content: '';
    top: 30px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;

}