.gtco-cover.gtco-cover-sm {
  height: 300px !important;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm {
    height: 200px !important;
  }
}
.gtco-cover.gtco-cover-md {
  height:  750px !important;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-md {
    height: 600px !important;
  }
}

.gtco-cover.gtco-cover-md2 {
  height:  500px !important;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-md2 {
    height: 500px !important;
  }
}
  

.cover {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  float: left  !important;
  width: 100% !important;
}
.cover .overlay {
  /* z-index: 1; */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
} 

#gtco-subscribe .cover h2{
  color: #fff !important;
}
#gtco-subscribe .cover p{
  color: rgba(255, 255, 255, 0.8);
}