.carousel-inner img {
    width: 100%;
    height: 100%;
}

.konami-flint {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 521px;
    width: 700px;
    margin-top: -260px;
    margin-left: -350px;
    opacity: 0;
    z-index: 999999;
    background: url('../img/sheeshiedoesart/FlintGenshinReveal_700x521.png') no-repeat center center;
    animation-name: fade;
    animation-duration: 10s;
}

@keyframes fade {
    0%,100% 
    { 
        opacity: 0; 
    }
    50% 
    { 
        opacity: 1; 
    }
}

/* Konami code specific CSS */
/* Copy right of Patch belongs to https://www.furaffinity.net/user/ask-patch 
   This easter egg was included in memory of this great blog. */
.konami-patch 
{
    position: fixed;
    bottom:       0;
    left:    -363px;
    height:   400px;
    width:    363px;
    z-index: 999999;
    background: url('../img/konami.png') no-repeat center center;
    transition: left 7s linear;
}