.header-logo img {
    padding: 0 !important;
    margin: 0 !important;
}
#footer {
    background: #10293b !important;
    padding: 0 !important;
    height: auto;
    padding-top: 30px !important;
}

#footer p {
    font-size: 14px;
    color: #ebebeb !important;
    padding: 0 !important;
    line-height: 10px;
}
#footer a {
    color: #ebebeb !important;
}

@media (max-width: 1040px) {
    #footer .footer-copyright p {
        text-align: center;
        font-size: 12px;
    }
}

.video {
    width: 100%;
    height: 100%;
}
.wrapper{
    display:table;
    width:auto;
    position:relative;
    width:100%;
}
.playpause {
    background-image:url(/video/video_button-play.png);
    background-repeat:no-repeat;
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}