@media only screen and (max-width: 480px) { .ztl-countdown .grid h1 {
font-size: 40px !important;
}
.ztl-countdown .grid:last-child h1 {
font-size: 50px !important;
}
}
@media only screen and (max-width: 767px) { .ztl-announcement .ztl-action {
text-align: center;
}
.ztl-announcement .ztl-flex {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ztl-announcement .content {
text-align: center;
padding: 15px 0;
} .ztl-package-description {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .ztl-announcement .col-lg-9 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ztl-announcement .ztl-action {
height: auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .ztl-subscriber .ztl-col {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ztl-subscriber .content {
padding: 0px;
} .ztl-countdown .grid h1 {
font-size: 50px;
}
.ztl-countdown .grid:last-child h1 {
font-size: 60px;
} .ztl-testimonials-carousel .title img {
max-width: 48px;
max-height: 48px;
}
.ztl-testimonials-carousel .title {
font-size: 32px;
}
}
@media only screen and (max-width: 992px) { .ztl-event-item .first,
.ztl-event-item .second {
float: left !important;
}
.ztl-event-item .ztl-flex {
margin-bottom: 30px;
}
}