
.video-area {
  display: block;
  padding: 200px 0 60px 0;
  position: relative;
  background: url(/Tourism/images/Home.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}

.video-area .overlay-bg {
  opacity: .6;
}

.video-area .video-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.video-area .video-content a {
  display: inline-block;
  margin-bottom: 20px;
}

.video-area .video-content h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.video-area .video-content h4 {
  font-weight: 300;
  font-size: 14px;
}

.video-area .video-content .video-desc {
  margin-top: 120px;
  text-align: right;
  align-self: flex-end;
}


.video-area .overlay-bg {
  background-image: -webkit-linear-gradient(0deg, #b21aff 0%, #732bde 100%);
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}