h1{
  font-size: 40px !important;
}
.overlay-desc {
  width:100%!important;
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


.overlay-desc h1 {
  color: white!important;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  line-height:110%;
  width:100%!important;

}


@media only screen and (max-width:1366px){
.overlay-desc h1 {
  font-size: 30px;
}
}


@media only screen and (max-width:1100px){
.overlay-desc h1 {
  font-size: 22px;
}
}


@media only screen and (max-width:1040px){
.overlay-desc h1 {
  font-size: 18px;
}
}


@media only screen and (max-width:600px){
h1 {
  font-size: 15px;
  text-align:left;
}
}