::-webkit-input-placeholder { color: white; }
:-moz-placeholder { color: white; opacity: 1; }
::-moz-placeholder { color: white; opacity: 1; }
:-ms-input-placeholder { color: white; }

figcaption { text-align: center; font-size: 0.8em; }

.videoWrapper {
    position: relative;
    padding-bottom: 140%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#current img {
    width: 100%;
}

.intro-block h1.slogan {
    font-size: 38px;
}

@media (max-width: 400px) {
    .intro-block h1.slogan {
        font-size: 30px;
    }
}