body, ul {
    margin: 0;
    padding: 0;
}

.tm-site-header {
    padding: 60px 70px 30px;
}

#tm-video-container {
    max-height: 400px;
    overflow: hidden;
    background-color: #333;
    position: relative;
}

#tm-video {
    width: 100%;
    height: auto;
}