#header-image{

    background-image: url("../media/images/desktop.jpg");
    background-position: center;
    height: 500px;
    background-size: cover;
    margin-bottom: 100px;
}

body{
    max-width: 2000px;
    margin: auto;
    font-family: 'Arial';
}
.video-title
{
    position: absolute;
    bottom: 0px;
    text-align: center;
    background: #163576;
    width: 100%;
    opacity: 0.7;
    color: white;
    padding: 15px;
}
.fa-play-circle{
    position: absolute;
    top: 25%;
    right: 40%;
    color: #163576;
}

.image-title{
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
}