.meteo_single_comp_fimg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 276px 0 !important;
}

.meteo_single_comp_fimg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #00000017, #00000029);
    width: 100%;
    height: 100%;
    z-index: 4;
}
  
.meteo_single_comp_fimg h1{
    max-width: 1290px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}


/*Share Icons Colors*/
.meteo_custom_facebook i {
    color: #1877f2;
}

.meteo_custom_twitter i {
    color: #1da1f2;
}

.meteo_custom_instagram i {
    background: -webkit-linear-gradient(left, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.share-wrapper li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.share-wrapper a {
    text-decoration: none;
    color: inherit;
}

@media screen and (max-width: 991px) {
    #st-content-wrapper .fixed-on-mobile {
        position: unset !important;
        display: unset !important;
    }

    .st-information-contact{ display: block !important;}
}

@media only screen and (max-width: 767px) {
    .meteo_single_comp_fimg {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      padding: 170px 0 !important;
    }
}
