.openposter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 568px;
    background-color: green;
    background-image: url("https://static.igem.wiki/teams/4343/wiki/improvingpartsposter.jpg");
    background-position: 0% 68%;
    background-size: cover;
    /* filter: blur(2px); */
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.openposter .poster-title {
    display: none;
    font-size: 88px;
    color: #04b17c;
    font-weight: bold;
    text-shadow: 9px 4px 2px rgba(0, 0, 0, .6);
}

.focus-in-expand-fwd {
    -webkit-animation: focus-in-expand-fwd 0.8s 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: focus-in-expand-fwd 0.8s 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/* ----------------------------------------------
 * Generated by Animista on 2022-10-2 15:38:33
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation focus-in-expand-fwd
 * ----------------------------------------
 */

@-webkit-keyframes focus-in-expand-fwd {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-800px);
        transform: translateZ(-800px);
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes focus-in-expand-fwd {
    0% {
        letter-spacing: -0.5em;
        -webkit-transform: translateZ(-800px);
        transform: translateZ(-800px);
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
