html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.btn-video {
  color: #ffffff; }
  .btn-video i {
    width: 80px;
    height: 80px;
    background-color: #29ABE2;
    color: #222;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 14px;
    font-size: 34px;
    text-align: center; }

