﻿#contactContent {
    position: absolute;
    top: 50px;
    width: 100%;
    height: calc(100% - 70px);
    background-size: cover;
    background-position: center;
    background-color: black;
    background-image: url('../images/contact/glassbg.jpg');
    background-position-x: center;
    overflow: auto;
    padding-top: 20px;
    color: white;
}
