.videoWrapper {
    position: relative;
    padding-top: 0px;
    height: auto;
    overflow: hidden;
    width: 100%;
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
    min-height: 360px;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 360px;
}

.ButtonWrapper {
    display: inline-block;
    width: 800px;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
}
._bluee a {
    background: #00a4e6 !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: 200 !important;
    font-family: "Raleway",sans-serif;
    padding: 15px 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

._bluee a:hover, ._blueee a:focus {
    background: #0092cd !important;
    text-decoration: none;
}
/* ==== new bluee ==== */
._bluee2 a {
    background: #00a4e6 !important;
    color: #fff !important;
    font-size: 18px;
    font-family: "Raleway",sans-serif;
    padding: 12px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
._bluee2 a:hover, ._bluee2 a:focus {
    background: #0092cd !important;
    color:white;
    text-decoration: none;
}

._white a {
    background: #fff !important;
    color: #0092cd !important;
    font-size: 18px;
    font-family: "Raleway",sans-serif;
    padding: 12px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
._white a:hover, ._white a:focus {
    background: #fff !important;
    color:#0092cd;
    text-decoration: none;
}

._green a {
    background: #329338 !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: 200 !important;
    font-family: "Raleway",sans-serif;
    padding: 15px 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

._green a:hover, ._green a:focus {
    background: #2C7F30 !important;
    text-decoration: none;
}

._pink a {
    background: #ed176d !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: 200 !important;
    font-family: "Raleway",sans-serif;
    padding: 15px 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 0px;
}

._pink a:hover, ._blueee a:focus {
    background: #d50056 !important;
    text-decoration: none;
}

@media all and (max-width: 600px) {
    .ButtonWrapper {
        width: auto;
    }
    ._bluee a {
        float: none;
    }
    ._pink a {
        float: none;
    }
}