.front-page-banner {
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-repeat: no-repeat;
}

.bg-image {
    margin-bottom: 0px !important;
    background-size: 100% 300px;
    background-repeat: no-repeat;
    height: 300px !important;
}
.fileinput{
    display: block;
}
.fileinput .thumbnail{
    max-width: 100%;
}
.modal{
    bottom: auto!important;
    left: auto!important;
    right: auto!important;
    top: auto!important;
}
.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.container:hover .image {
    opacity: 0.3;
}

.container:hover .middle {
    opacity: 1;
}

.text {
    background-color: #04AA6D;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}