.avatar {
  max-height: 100px;
  max-width: 100px;
  min-width: 40px;
}

.fa-star {
  color: cornflowerblue;
}

.fa-user {
  color: cornflowerblue;
}

.fa-check {
  color: green;
}

.survey_textarea {
  border-radius: 10px;
  border: solid 2px cornflowerblue;
  height: 150px;
  padding: 5px;
}


@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 2600px) {
  .home_pic {
    height: auto;
    width: 100%;
  }
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {
  .home_pic {
    height: auto;
    width: 100%;
  }
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {
  .home_pic {
    height: auto;
    width: 100%;
  }
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {
  .home_pic {
    height: auto;
    width: 100%;
  }
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
  .home_pic {
    height: auto;
    width: 100%;
  }
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {
  .home_pic {
    height: auto;
    width: 100%;
  }
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
  .home_pic {
    height: auto;
    width: 100%;
  }
}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
  .home_pic {
    width: auto;
  }
}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {
  .home_pic {
    width: auto;
  }
}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {
  .home_pic {
    width: auto;
  }
}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {
  .home_pic {
    width: auto;
  }
}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
  .home_pic {
    width: auto;
  }
  .hide-on-responsive{
    display: none!important;
    
  }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
  .home_pic {
    width: auto;
  }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {
  .home_pic {
    width: auto;
  }
}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {
  .home_pic {
    width: auto;
  }
}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {
  .home_pic {
    width: auto;
  }
}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {
  .home_pic {
    width: auto;
  }
} 

.home_oneliner_image::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent;

  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: -webkit-fill-available;
}

.home_oneliner:hover .home_oneliner_image::after {
  background: transparent;
}

.profile-image {
  width: 200px;
  heigth: 200px;
}

