.stage {
    top: 0px;
    left:0px;
    border: none;
    position: absolute;
    height: 100%;
    width: 100%;
}

.stage img{
    width: 100%;
    height: auto;
}

.shout-blurry {
    font-family: 'Vollkorn', serif;
    font-size: 48px;
    position: absolute;
    left: 24%;
    top:13%;
    letter-transform: uppercase;
    font-weight: bold;
    width:40%;
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);

}
.shout {
    font-family: 'Vollkorn', serif;
    font-size: 48px;
    position: absolute;
    left: 24%;
    top:13%;
    font-weight: bold;
    width:40%;
    color: white;

}

.message {
    position: absolute;
    width: 30%;
    height: 20%;
    top:50%;
    border: solid 1px;
    border-color: white;
    color: grey;
    left: 24%;
    background-color: white;
    opacity: 0;
    border-radius: 10px;

}.message-text {
    position: absolute;
    font-size: 30px;
    width: 30%;
    height: 35px;
    top:50%;
    color: white;
    font-family: 'Vollkorn', serif;
    left: 24%;
    text-align: center;
    opacity: 0;
    padding-top: 7%;
    padding-bottom: 7%;

}

@media (max-width:600px) {

    .shout {
        font-size: 36px;
        left: 6%;
        top: 11%;
        width: 61%
    }
}