.right iframe, object, embed {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: auto;
}

h3 {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
}

.teaser a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    min-width: 300px;
    width: 60%;
    height: auto;
}

.teaser img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
    height: auto;
}

.reveal {
    display: flex;
    flex-direction: row;
}

.reveal_right {
    width: 40%;
    height: auto;
}

.reveal_left {
    width: 60%;
    height: auto;
}

.reveal_right a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    min-width: 150px;
    width: 90%;
    height: auto;
}

.reveal_right img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
    height: auto;
}