.intro {
    background-image: url('../img/hp-background.png');
    /*background-color: #000;*/
    background-position: top left;
    background-size: auto 100%;
    background-repeat: repeat-x;
    text-align: center;
    height: 280px;
    position: relative;
}

.intro-pic {
    margin: 0 auto;
    width: 760px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
}

.lang-link {
    position: absolute;
    z-index: 1;
    width: 160px;
    height: 15px;
}

.lang-link-invideo {
    position: absolute;
    z-index: 1;
    width: 130px;
    height: 50px;
}

.lang-cs {
    top: 0;
    left:0;
}

.lang-en {
    bottom: 0;
    right: 0;
}

.lang-cs-invideo {
    top: 28px;
    left:142px;
}

.lang-en-invideo {
    top: 28px;
    left: 325px;
}
