.modheader {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header.jpg);
    background-position: right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.modheader .image {
	display: none;
	max-width: 100%;
}

.modheader .modheader-content {
    position: relative;
    width: 100%;
    padding: 100px 0px;
    text-align: center;
}

.modheader .modheader-content .modheader-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}

.modheader .modheader-content .modheader-content-inner hr {
    max-width: 50px;
    border-color: #ffffff;
    border-width: 2px;
    margin: 30px auto;
}

.modheader .modheader-content .modheader-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

@media(min-width:768px) {
    .modheader {
        min-height: 100%;
    }

    .modheader .image {
	display: inline;
    }

    .modheader .modheader-content {
        position: absolute;
        top: 50%;
        padding: 0 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .modheader .modheader-content .modheader-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    .modheader .modheader-content .modheader-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}
