#movieWrapper
{
    position: absolute;
    top: -550px;
    width: 1000px;
    height: 600px;
    margin: 0px;
    padding: 0px; 
    text-align: center;

    z-index: 9;
    left: calc(50% - 440px);

    -ms-zoom: 0.9;
    -moz-transform: scale(0.9);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.9);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
}
#movieWrapper #movieIframe
{
    width: 1000px;
    height: 563px;
    z-index: 10;
}

#movieLinkMobil
{
    display: none;
}

#movieLinkMobil a
{
    background-color: #28D233;
    color: #FFFFFF !important;
    font-weight: bolder;
    width: 200px;
}

@media only screen and (min-width: 767px){

}

@media only screen and (max-width: 1000px) {

    #movieWrapper
    {
        width: 700px;
        z-index: 9;
        left: calc(50% - 375px);

        -ms-zoom: 0.75;
        -moz-transform: scale(0.75);
        -moz-transform-origin: 0 75;
        -o-transform: scale(0.75);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.75);
        -webkit-transform-origin: 0 0;
    }
}

@media only screen and (max-width: 766px) {

    #movieWrapper
    {
        display: none;
    }
    #movieLinkMobil
    {
        display: inline-block;
    }
}