#topimg {
	background: none;
}

.video-bg{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

video {
    width: 100%;
}
  
.container{
    overflow: hidden;
    position: relative;
}

#topimg .inner .text-bg {
    background: rgba(0, 0, 0, 0.7) no-repeat center 20px;
    background-size: 760px 280px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 100px;
}


.left{
    flex-direction: column;
    justify-content: flex-start;
}