@keyframes blink { 0%, 50% { color: white; } 50.01%, 100% { color: green } }

.live-action {
    padding: 1rem;
    position: relative;
    background-color: rgba(139, 80, 160, 1);
    top: -50px;
    display: inline-block;
    width: 400px;
    z-index: 10;
}

.live-action a {
    color: white;
    text-decoration: underline;
}

.live-action .header {
    padding: 12px; background-color: #222; display: inline-block; width: auto; position:relative; top: -25px; text-align: left; font-size:1.3em;
}

.live-action .header a i{
    color: rgba(139, 80, 160, 0.9);
    font-size: 0.6em;
    position: relative;
    top: -8px;
}

section.jumbo .bg {
    background-repeat: no-repeat !important;
    background-position: center !important;
}