/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

.t-screenmin-980px {
    display: block !important;
}

.logo_h {
    height: 40px;
    margin-top: 10px;
    margin-left: -42px;


}

.spasibo-block .t-cover__wrapper {
    height: 400px !important;
}

}

@media only screen and (max-width : 1000px) {

.t-screenmin-980px {
    display: block !important;
}

.spasibo-block .t-cover__wrapper {
    height: 400px !important;
}

}