.box.video-bg {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 340px 0 !important;
}
.box.video-bg video {
background: transparent none repeat scroll 0 0;
left: 50%;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%);
width: auto;
}
.box.video-bg::before {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.box.video-bg .gk-border-box {
border: 2px solid #e78531;
color: #fff;
margin: 0 auto;
padding: 80px 80px 30px;
position: relative;
text-align: center;
width: 630px;
z-index: 2;
}
.box.video-bg .gk-border-box > sup {
font-size: 16px;
text-transform: uppercase;
}
.box.video-bg .gk-border-box > h2 {
color: #fff;
font-size: 50px;
letter-spacing: 4px;
line-height: 1;
margin: 0 0 20px;
text-transform: uppercase;
}
.box.video-bg .gk-border-box > i {
color: #dd973a;
display: block;
font-size: 36px;
margin: 0 0 30px;
}
.box.video-bg .gk-border-box .gk-phone-number > sup {
display: block;
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
}
.box.video-bg .gk-border-box .gk-phone-number > strong {
display: block;
font-size: 30px;
font-weight: 400;
letter-spacing: 1.5px;
}
.box.video-bg .gk-border-box .gk-reservation-button {
display: block;
}
.box.video-bg .gk-border-box .gk-reservation-button > sup {
display: block;
font-size: 12px;
padding: 40px 0 16px;
text-transform: uppercase;
}
.box.video-bg .gk-border-box .gk-reservation-button > .btn {
background: #dd973a none repeat scroll 0 0;
border: medium none;
border-radius: 1px;
color: #fff !important;
}
.box.video-bg .gk-border-box .gk-reservation-button > .btn:active, .box.video-bg .gk-border-box .gk-reservation-button > .btn:focus, .box.video-bg .gk-border-box .gk-reservation-button > .btn:hover {
background: #fff none repeat scroll 0 0;
color: #dd973a !important;
}
.box.video-bg .gk-border-box > small {
display: block;
font-size: 14px;
line-height: 1.5;
padding: 65px 0 0;
}
<div class="gk-border-box" data-sr="enter bottom and move 100px and scale up 15% over .8s"><sup>Come and enjoy</sup>
<h2>Book a table</h2>
<span class="gk-phone-number"> <sup>Monday - Sunday 10AM : 10PM</sup> <strong>+123 123 123 123</strong> </span> <span class="gk-reservation-button"> <sup>or use the form</sup> <a class="btn" href="index.php/booking" data-sr="enter bottom and move 20px and wait .4s">Make reservation</a> </span> <small>Your reservation will be kept for 30 minutes from your booking time after that space will be released.</small></div>
<p><video poster="images/demo/restaurant-style/bg.jpg" autoplay="autoplay" loop="loop" muted="">
<source src="images/demo/restaurant-style/bg.mp4" type="video/mp4" />
<source src="images/demo/restaurant-style/bg.ogg" type="video/ogg" />
Your browser does not support the video tag. </video></p>