body:before {
    content: "";
    position: fixed;
    height: 100%; 
    width: 100%;
    background-size: cover;
    z-index: -1;
    filter: blur(2px);
}

.row .event-details{
    background: rgba(255,255,255, 0.8);
}

.event-title-background {
    position:relative;
    color: whitesmoke;
    height: 400px;
    background: linear-gradient(rgba(255,255,255, 0.2), rgba(44,44,44, 0.1), rgba(44,44,44, 0.2), rgba(66,66,66, 0.3), rgba(66,66,66, 0.9));
}

@import url(https://fonts.googleapis.com/css?family=Ubuntu:700&subset=cyrillic,cyrillic-ext,latin,latin-ext);
.event-title {
    position: absolute;
    left: 40px;
    bottom: 25px;
    font-size: 50px;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 1px 1px 1px black;
}

.event-inline-actions {
    margin-top: 30px;
}