.background img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.background {
  position: relative;
}

.background span {
  position: absolute;
  top: 35%;
  text-align: right;
  font-size: 45px;
  font-weight: 400;
  width: 100%;
  color: #fff;
  padding-right: 40px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .background span {
    font-size: 1.5em;
    line-height: 1.5em;
    top: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .background {
    position: static;
  }
  .background span {
    text-align: right;
    padding-right: 10px;
    text-transform: uppercase;
    top: 85px;
  }

  #search {
    display: none;
  }
}
/* .blaze-video-thumb img */
/* .player-container{
    max-width: 100%;
    padding-top: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
} */

.video-info {
  padding: 25px;
}
.video-info p.title {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  line-height: 19px;
  text-decoration: none;
  display: block;
}
.video-info p.artist {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  color: #333;
  line-height: 19px;
  text-decoration: none;
  display: block;
  margin-top: 5px;
}
.video-info p.channel-name {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 19px;
  text-transform: capitalize;
}
.video-info span {
  color: #333;
  font-size: 10px;
  font-weight: 500;
  padding-right: 10px;
  margin: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
}
