.GenricHeadline {
  clear: left;
  background-image: url(imgs/CallToActionBackground.jpg);
  background-size: cover;
  min-height: 110px;
  overflow: auto;
}

.GenricHeadlineInner {
  line-height: 50px;
}

.GenricHeadlineText {
  float: left;
  font-family: "Myriad Pro", "Myriad Pro2";
  font-weight: bold;
  color: white;
  font-size: 26px;
}

h1 {
  margin-bottom: 24px;
}

#playlistDetails img {
  width: 288px;
  height: 216px;
}

@media (max-width: 450px) {
  #FAQ {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  h1 {
    max-width: 95vw !important;
    margin-left: 2.5vw;
  }

  #FotterMiddleSide,
  #FotterRightSide,
  .SeperatorImg,
  #Donate,
  #Toolbar {
    display: none !important;
  }

  div#FotterContent {
    width: 90%;
  }

  div#HeaderMenu {
    max-width: 95%;
  }

  #FotterItems {
    width: -moz-calc(100% - 179px) !important;
    width: -webkit-calc(100% - 179px) !important;
    width: -o-calc(100% - 179px) !important;
    width: calc(100% - 179px) !important;
  }

  #screenshot img,
  #FAQDescriptionRightSide img {
    max-width: 75vw;
  }

  div#WindowsDownloaderFreeDescription {
    max-width: 95%;
  }

  #FAQDescriptionContent div#DescriptionLeftSide {
    display: none;
  }

  #FAQDescriptionContent {
    margin-left: 5vw !important;
    width: 90vw !important;
  }

  .relatedItem {
    width: 90vw !important;
  }

  div#FAQDescriptionRightSide {
    margin-left: 0px;
  }

  #FAQ {
    margin-left: 20px !important;
  }
}
