video#myVideo { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}
.content {
    position: fixed;
    bottom: 25;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
  }
  .texto{
      text-align: center;
      height: 70%;
      min-width: 30%;;
      text-shadow: 2px 2px 1px #1C1C1C;
      font-family: 'Spartan', serif;
  }
  
  .col-md-4{
      max-width: 100%;
      height: auto;
  }

  .titulo{
      text-align: center;
      font-family: 'Oswald', serif;
  }

  .titulodiv{
      margin-bottom: 3em;
  }

  .botondiv{
    display: flex;
    justify-content: center;
  }

  .boton{
      color: white;
      background-color: rgba(0, 0, 0, 0.3);
      margin: 2em;
      font-family: 'Spartan', serif;
  }
  #myVideo2{
      position: relative;
      top: auto;
      bottom: auto;
      height: 20em;
      width: 20em;
      margin: auto;
      display: block;
      margin: 0 auto 0 auto;
  }

  
  
