body {
  overflow-x: hidden;}

.tp-video-play-button {display:none !important;}
.rev_slider video {pointer-events:none;}

::-webkit-media-controls {
  display:none !important;}

.video-fluid {
  width: 100%;
  height: auto;}

.intro h2 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 6px;
  text-align: center;
  font-size: 48px;
  padding: 20px;}


.text h2 {
  display: inline-block;
  float: left;
  margin: 8px 10px 0 0;
  padding: 5px 20px;
  background: #B64444;
  color: #fff;
  font-size: 32px;
  border-radius: 5px;
  font-weight: bold;}

@media (max-width: 768px) {
  .intro h2 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 6px;
    text-align: center;
    font-size: 32px;
    padding: 15px;}

  .text h2 {
    display: inline-block;
    float: left;
    margin: 8px 10px 0 0;
    padding: 5px 20px;
    background: #B64444;
    color: #fff;
    font-size: 22px;
    border-radius: 5px;
    font-weight: bold;}
}
