@media (min-width: 768px) {
  #aquariusintro {
    color:rgba(47,66,78,0.1);
    /*background-size:cover;*/
    /*background-size:contain;*/
    /*background-clip:border-box;*/
    /*max-width:100%;*/
    background-image:url(../../assets/img/aquarius_intro.jpg);
    /*height:500px;*/
    /*max-height:100%;*/
    /*background-color:rgba(47,66,;*/
  }
}

@media (max-width: 768px) {
  #aquariusintro {
    background-image:url(../../assets/img/aquarius_intro_small.jpg);
    color:rgba(47,66,78,0.1);
  }
}

#features {
  /*height:800px;*/
}

#text1 {
  max-width:800px;
}

#featuretext {
  background-image:url(../../assets/img/symbol_picture_aquarius.png);
  color:rgba(47,66,78,0.9);
  /*background-clip:border-box;*/
  background-size:cover;
  min-height:700px;
}

#featuretext_background {
  /*background-clip:border-box;*/
  background-size:contain;
  color:rgba(0,0,0,0.7);
  margin:5px;
}

#f1 {
  background-color:rgba(0,0,0,0.4);
  border-radius:10px;
  height:360px;
  margin:10px;
}

#f2 {
  background-color:rgba(0,0,0,0.4);
  border-radius:10px;
  height:360px;
  margin:10px;
  /*position:sticky;*/
  /*size:contain;*/
}

img {
  /*height:500px;*/
  max-width:100%;
  /*position:fixed;*/
  top:initial;
}

