<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ul-banner-parallax {
    position: relative;
}
.ul-layers {
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.ul-layer-top {
   position: absolute;
   width: 50%;
   top: -5px;
   right: 0;
   opacity: 0.3;
}
.ul-layer{
  position: absolute;
  
}
.ul-layer-text {
   position: relative;
   top: 0;
}
.ul-layer-text p {
   font-family: 'Roboto';
   font-weight: 200;
   color: #fff;
}
.ul-post-thumbnail-bottom {
    height: 50px;
    width: 100%;
    position: relative;
    bottom: 50px;
    opacity: 0.2;
}</pre></body></html>