.image-box {
position: relative;
img {
- height: 160px;
+ height: 159px;
display: block;
@media screen and (max-width: 700px) {
}
}
}
+ &.annoy-banner-style_crisis_quiet {
+ background: black;
+ color: white;
+ .annoy-banner-inner {
+ align-items: center;
+
+ .text-box {
+ .text {
+ background: none;
+ padding: 0;
+ border: none;
+ a {
+ color: #ffd430;
+ }
+ }
+ }
+ }
+ }
}