.single .title-container{
  bottom: unset; 
  position: relative;
  background-color: transparent !important;
}
.page-header.has-featured-img {
  background-size: contain;
}
.page-header.has-featured-img>.container{
  position: absolute;
  top: 102%;
}

.has-featured-img .page-title,
.has-featured-img .subheader
{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  color: black;
  font-size: 0.7em;
}
article.type-juhla {
  background-color: white;
}
.juhla .main-content {
  padding-top: 60px;
}

.footer {
  display: none;
}

@media only screen and (min-width: 768px){ 
  .breadcrumbs--top {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}

@media only screen and (max-width: 767px){ 
  .single .title-container {
    max-width: unset;
    font-size: 7vw;
  }
  .container {
    max-width: unset;
  }
  /*.has-featured-img .page-title{*/
  /*      font-size: 1.3rem;*/
  /*}*/
}