.block-announcement-html-text--icon i {
    font-size: 42px !important;
    color: #EF6F23;
    padding: 11px 20px 0 30px !important;
}
.block-announcement {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.10) !important;
  background: #ffffff !important;
  padding: 30px 0 !important;
  margin-bottom: 16px;
}
.block-announcement-html-text--text p {
  font-size: 15px;
}

// Video in tab ifram fix

div#vframe {
    width: 100%;
}

div#vframe iframe {
    width: 100%;
    min-height: 540px;
}

@media only screen and (max-width: 600px) {
    div#vframe iframe {
        width: 100%;
        min-height: 300px;
    }
}
@media only screen and (min-width: 768px) {
    div#vframe iframe {
        width: 100%;
        min-height: 440px;
    } 
  }
.slider-text-wrapp .media-avportal-content {
    max-height: 317px;
}