.breaking__block--section {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  overflow: hidden;
  padding: 20px;
  width: auto;
  position: relative;
  z-index: 1;
  background-image: repeating-linear-gradient(
    -60deg,
    #2887f7,
    #2887f7 0.521vw,
    #2281f8 0.521vw,
    #2281f8 1.042vw
  );
  background-repeat: no-repeat;
}
.breaking__block--section.with-image::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
.breaking__block--text-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 20px 0;
}

.breaking__block .tag {
  background-color: #035cc7;
  text-transform: uppercase;
  color: #fff;
}
.breaking__block--link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.breaking__block--title {
  padding: 0;
  margin: -10px 0 0px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.breaking__block--title .live {
  width: 40px;
  height: 40px;
}
.breaking__block--title .live svg {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1000px) {
  .breaking__block--section.with-image {
    background-size: cover;
  }
  .article.breaking__block__element {
    width: -webkit-fill-available;
    width: -moz-available;
  }
  .breaking__block--text-holder {
    padding: 20px 0;
  }
  .breaking__block--title {
    font-size: 2em;
    line-height: 54px;
    display: block;
  }
}
