/* 
    Benthos press page CSS overrides
*/
.game-press-kit-art::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-image: url("../images/BenthosScreenshot3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    filter: blur(8px);
    transform: scale(1.1);

    z-index: 1;
}

.game-title-art {
    height: 200%;
    width: 100%;

    position: relative;
    z-index: 2;
}