<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#encantadia-sticky-header{
  display: block;
  opacity: 1;
}

body{
  background-image: none;
}

#wrapper{
  background-image: url(/gma/assets/encantadia/microsite/videos/encantadia.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.header-ad .ads-desktop, .header-ad .ads-mobile{
  margin: 0 auto;
}

.stories-list-items {
    height: 250px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: rgba(153, 141, 97, 1);
}

.stories-list-items a{
  color: #fff;
}

.stories-list-items.stories-even{
  background-color: rgba(0, 0, 0, 0.5);
}

.ads-desktop, .ads-mobile{
  /*margin: 15px auto;*/
}

.stories-title{
  font-size: 21px;
  max-height: 70px;
  padding: 10px 0;
  font-family:  'TrajanPro-Regular';
}

.stories-lead{
  font-family: Roboto-Regular;
  font-size: 16px;
  max-height: 140px;
}

.stories-lead p{
  color: #fff;
}

.stories-image-bg{
  background-image: url(/gma/assets/encantadia/images/og_encantadia.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.stories-image-bg, .stories-desc{
  width: 50%;
  box-sizing: border-box;
  height: 100%;
  float: left;
  color: #fff;
}

.stories-desc{
  padding: 10px;
}

.stories-image{
  width: 100%;
  height: 100%;
  background-position: center -50px;
  background-repeat: no-repeat;
  background-size: cover;

}

footer .ads-desktop{
  margin: 0 auto;
}

#stories-section{
  background-color: rgba(153, 141, 97, 0.6);
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  min-height: 540px;
  box-sizing: border-box;
}

div.ads-mrect1{
  margin: 20px auto;
}


@media (max-width: 768px) {
  .stories-image-bg, .stories-desc{
    float: none;
    margin: 0 auto;
    min-width: 250px;
    width: 100%;

  }

  .stories-desc{
    position: absolute;
    bottom: 0;
    height: auto;
    /*max-width: 350px;*/
    width: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    max-height: 135px;
    padding: 10px 20px;
  }

  .stories-title:after{
    content: "Read";
    color: #f4d197;
    font-family: 'TrajanPro-Regular';
    position: absolute;
    left: 0;
    bottom: 10px;
    left: 20px;
    font-size: 15px;
    font-weight: bold;
  }

  .stories-lead{
    display: none;
  }

  .stories-image-bg{
    height: 275px;
  }
  .stories-list-items{
    height: 280px;
    position: relative;
    padding: 5px 0 0;
    background-color: rgba(153, 141, 97, 1);
  }

  .stories-title{
    font-size: 14px;
    font-family:  'TrajanPro-Regular';
    height: 70px;
  }

  #stories-section{
    padding: 5px;

  }


  #stories-section-content .ads-desktop{
    display: block;
    height: 250px;
    margin: 10px 0;
  }

  .stories-list-items.stories-even{
    background-color: rgba(153, 141, 97, 1);
  }

  .stories-list-items{
    background-color: none;
  }

}
</pre></body></html>