/* Reset şi setări de bază */
html, body {
  margin: 0;
  padding: 0;
  background: #000; 
  font-family: "Open Sans", sans-serif;
}

#home {
  height: auto !important;
  width: 100%;
}
/* Lista de imagini – ascunsă la încărcare */
#myPlaylist {
  display: none;
}
ul#myPlaylist li {
  position: relative;
  /* sliderul poate suprascrie dimensiunile, dar aici e ideea */
  width: 20%; /* exemplu dacă ai 5 coloane, sau lasă sliderul să facă layout */
  float: left; /* sau altă metodă de a alinia coloanele */
}
/* Stilurile pentru elementele din fiecare item din playlist */
#myPlaylist li {
  list-style: none;
}
.main-holder {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.FWDHS .background {
    background: rgba(0, 0, 0, 0.8);
}
#myPlaylist li .main-holder {
  position: relative;
  width: 100%;
  height: 100%;
     top: 0;
    left: 0;
  text-align: center;
  color: #FFF;
  z-index: 500;
  box-sizing: border-box;
  padding: 20px;
}
.count {
    color: #bebebe;
    font-size: 0.7em;
    text-align: center;
    font-weight: 900;
}
/* Numărul slide-ului */
#myPlaylist li .main-holder .count {
  font-size: 2em;
  color: #fff;
  margin: 0;
  padding: 5px 0;
}
.text {
  font-size: 1.2em;
  color: #ffba00;
  font-family: "Josefin Sans", serif;
  font-weight: 700;
  z-index: 234;
  text-align: center;
}

/* Separatorul */
#myPlaylist li .main-holder .separator {
  width: 50px;
  height: 2px;
  margin: 10px auto;
}

/* Textul principal */
#myPlaylist li .main-holder .text {
  font-size: 18px;
  color: #FFF;
  z-index: 234;
  margin: 10px 0 0;
  text-transform: uppercase;
  text-align: center;
}

/* Descrierea */
#myPlaylist li .main-holder {
  line-height: 1.4;
  margin: 10px 0 0;
}
.desc {
    position: relative;
    letter-spacing: 0.07em;
    padding-left: 9%;
    text-align: center;
    font-family: "Josefin Sans", serif;
    font-size: 0.78em;
    line-height: 1.4;
    font-weight: 200;
    color: #FFF;
    max-width: 80%;
}
.number {
  color: white;
  font-family: "Josefin Sans", serif;
  font-optical-sizing: auto;
  z-index: 234;
  font-weight: 100;
  font-style: normal;
}
.FWDHS .separator {
    margin-bottom: 14px;
}
.FWDHS .line {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    max-width: none;
    max-height: none;
    border: none;
    background-color:#fff;
    line-height: 1;
    backface-visibility: hidden;
    width: 1px;
    height: 91px;
    transform: translate3d(170px, 760px, 0px);
}
/* Mobil */
@media screen and (max-width: 1024px) {
  html, body {
    height: auto !important;
    min-height: 100%;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
 scroll-behavior: smooth; 
    transform: translateZ(0);
    touch-action: pan-y;
  }
  #home {
    height: auto !important;
  }
}
  .main-holder
{
  top: -40px;
  padding-top: 0px;
}
}