@media only screen and (max-width: 600px) {
  .title {
    font-size: 20px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
  }
  .title h4 {
    font-size: 20px;
  }

 #videos {
  background-color: #131212;
  }
  #videos iframe {
    height: 195px;
    width: 320px;
  }
  #about {
    bottom: -2000px;
  }
}
