.top_inter {
    background-image: url(../img/bg_contact.jpg);
    display: table;
    width: 100%;
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
}
.inter_page {
    min-height: 100vh;
    margin-top: 45vh;
    position: relative;
    width: 100%;
    background: #ededed;
    display: table;
    clear: both;
}
.title_top_inter {
    display: table;
    margin: 5vh auto;
    font-size: 4em;
    text-transform: uppercase;
    color: #fff;
    font-family: Raleway;
    font-weight: 300;
    text-shadow: 1px 1px 2px #000;
}

@media (max-width: 767px){

.top_inter{    background-size: cover;}}



