@charset "UTF-8";

@media screen and (max-width: 1500px) {

    #VodkaBottle {
        background: url(../img/bottle.png) 0 0 no-repeat;
        left: 10px;
        top: 50%;
        width: 500px;
        height: 700px;
        margin: -350px 0 0 0;
    }

    #Video {
        border: 0;
        left: auto;
        top: 50%;
        right: 10px;
        margin: -281px 0 0 0;
		left: 50%;
    }

    #Download {
        border: 0;
        top: 50%;
        right: 10px;
        margin: 40px 0 0 0;
        padding-top: 20px;
        border-top: 2px solid #000;
        width: 500px;
		left: 50%;
    }
}

@media screen and (max-width: 1020px) {
    #VodkaBottle {
        background-position: center top;
    }

    #VodkaBottle, #Video, #Download {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 0;
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }

    #Video iframe {
        width: 100% !important;
    }
}
