*{
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  text-decoration: none;
}

.full-screen{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.full-screen video{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.content a{
  display: block;
  margin: 50px auto;
  width: 250px;
  height: 54px;
  line-height: 54px;
  background: #c7990c;
  text-align: center;
  color: #ececec;
  text-transform: uppercase;
  font-weight: 500;
  transition: .4s linear;
}

.pp a{
width:130px;
height:30px;
background:url(Administrator\Desktop\full screen video/1.png);  
display:block;
}
.pp a:hover{
width:130px;
height:30px;
background:url(/Images2008/wyly1.jpg); 
display:block;
}

.content a:hover{
  background: #0f1923;
}

.footer .sprite {
    display: inline-block;
    background-image: url(\hz_icon.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 3px;
}