.bx-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.bx-container {
    position: relative;
}

.video {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

.bx-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-56%, -50%);
    width: 50%;
    /*margin: 0 auto;*/
    color: white;
    /*margin-top: 25%;*/
    text-align: center;
}

    .bx-content a {
        color: white;
    }

    .bx-content h2 {
        font-size: 2.8em;
    }

    .bx-content .izyTools {
        width: 80%;
        margin: 0 auto;
    }

    .bx-content .buttontools img {
        width: 90px;
        height: auto;
        margin-bottom: 10px;
        cursor: pointer;
        margin-top:20px;
    }

.bx-container {
    background-image: url("../img/slide_01.jpg");
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

@media only screen and (max-width: 1100px) {

    .bx-content {
        width: 70%;
        /*margin-top: 30%;*/
    }

        .bx-content .izyTools {
            width: 65%;
        }
}

@media only screen and (max-width: 1000px) {

    .third {
        width: 32% !important;
        display: inline-block;
    }
}

@media only screen and (max-width: 900px) {

    .bx-content {
        width: 85%;
        /*margin-top: 35%;*/
    }

        .bx-content .izyTools {
            width: 80%;
        }
}

@media only screen and (max-width: 650px) {

    .bx-content h2 {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .bx-content {
        width: 90%;
    }

        .bx-content .izyTools {
            width: 85%;
        }

    .third {
        padding: 10px;
    }

    .bx-content .third img {
        width: 70px;
    }
}
