.video-block-content {
    width: 100%;
    height: 500px;
}

#video-block {
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.00784314);
}

.pattern {
    width: 100%;
    height: 100%;
    background: url(/img/pattern.png) repeat scroll;
    opacity: 0.4;
}

.pf-container {
    position: absolute;
    display: block;
    top: 45%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .pf-container {
        height: 56px;
        width: auto;
    }
}

@media (max-width: 769px) {
    .pf-container {
        height: auto;
        width: 100%;
        top: 25%;
    }
}

@media (min-width: 1200px) {
    .pf-container {
        width: 1170px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pf-container {
        width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pf-container {
        width: 750px;
    }
}

.pf-row, .wpb_column, .vc_column-inner, .wpb_wrapper, .pointfinder-mini-search {
    height: 100%;
    width: 100%;
}

.pointfinder-mini-search form {
    margin-left: 15px;
    margin-right: -15px;
}

.pf-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.pf-row {
    margin-left: -15px;
    margin-right: -15px;
}

span.select2-selection {
    border: 0 !important;
}

.pointfinder-mini-search {
    background-color: rgba(255, 255, 255, 0.31);
    padding: 10px 5px;
}

#pf-search-button-manual {
    color: #ffffff !important;
    background-color: #1e73be !important;
}