.breakingbox_latestvideos {
  position: relative;
  margin-top: 2.0rem;
}

.breakingbox_latestvideos .link {
  display: none;
}

.breakingbox_latestvideos .link-YT {
  display: none;
}

.breakingbox_latestvideos .title h3 {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 2.5rem;
  letter-spacing: -0.05em;
  margin-left: 1.3rem;
  color: var(--vertical-hardware-color);
}

.breakingbox_latestvideos .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #333538;
}

.breakingbox_latestvideos .columns .column_left {
  background-color: #333538;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 0.5rem solid var(--vertical-hardware-color);
}

.breakingbox_latestvideos .columns .column_left .news_item:first-child {
  margin: 2rem 2rem 0 2rem;
}

.breakingbox_latestvideos .columns .column_left .news_item:first-child .image_container {
  width: 100%;
}

.breakingbox_latestvideos .columns .column_left .news_item:first-child .image_container .image_icon_markup {
  font-size: 8rem;
  z-index: 999;
}

.breakingbox_latestvideos .columns .column_left .news_item:first-child .image_container a:hover ~ .image_icon_markup {
  color: var(--vertical-hardware-color);
}

.breakingbox_latestvideos .columns .column_left .news_item:first-child .image_container .image_icon_markup:hover {
  color: var(--vertical-hardware-color);
}

.breakingbox_latestvideos .columns .column_left .news_item:first-child .reading-time-icon {
  display: none;
}

.breakingbox_latestvideos .columns .column_left .news_item:first-child .col_container {
  display: block;
  height: 100%;
}

.breakingbox_latestvideos .columns .column_left .news_item:first-child .col_container .image_container {
  height: 19.3rem;
  position: relative;
}

.breakingbox_latestvideos .columns .column_left .news_item:first-child .col_container .image_container picture {
  position: unset !important;
}

.breakingbox_latestvideos .columns .column_left .news_item:first-child .col_container .author {
  display: none;
}

.breakingbox_latestvideos .columns .column_left .news_item:first-child .col_container .text_part_wrapper {
  display: none;
}

.breakingbox_latestvideos .columns .column_left .news_item:first-child .shout {
  display: none;
}

.breakingbox_latestvideos .columns .column_left .news_item:first-child .news_item_icons {
  display: none;
}

.breakingbox_latestvideos .columns .column_left .news_item:last-child {
  margin-bottom: 2rem !important;
}

.breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) {
  margin: 1rem 1.5rem;
}

.breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .col_container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .col_container .text_part_wrapper {
  width: 100%;
  background: transparent;
}

.breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .col_container .text_part_wrapper .text_part {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 0 2rem;
  background: transparent;
  width: 22rem;
}

.breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .col_container .text_part_wrapper .text_part .news_item_tags {
  display: none;
}

.breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .col_container .text_part_wrapper .text_part .title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .col_container .text_part_wrapper .text_part .title a {
  color: white;
}

.breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .col_container .text_part_wrapper .text_part .author {
  -ms-flex-item-align: end;
      align-self: end;
  font-size: 1.3rem;
  color: black;
}

.breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .col_container .image_container {
  height: 8rem;
  width: 12.5rem;
}

.breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .col_container .image_container .image_icon_markup {
  font-size: 3.2rem;
}

.breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .col_container .image_container a:hover ~ .image_icon_markup {
  color: var(--vertical-hardware-color);
}

.breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .col_container .image_container .image_icon_markup:hover {
  color: var(--vertical-hardware-color);
}

.breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .col_container .image_container picture {
  position: unset !important;
  width: 12.5rem;
}

.breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .news_item_icons, .breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .subtitle {
  display: none;
}

.breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .shout {
  display: none;
}

.breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .reading-time-icon {
  display: none;
}

.breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .excerpt {
  display: none;
}

.breakingbox_latestvideos .columns .column_left .subtitle {
  display: none;
}

.breakingbox_latestvideos .columns .column_right {
  background: #333538;
}

.breakingbox_latestvideos .columns .column_right .subtitle {
  display: none;
}

.breakingbox_latestvideos .columns .column_right .news_item {
  margin: 2rem 1.5rem;
  height: 8rem;
}

.breakingbox_latestvideos .columns .column_right .news_item .col_container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breakingbox_latestvideos .columns .column_right .news_item .col_container .text_part_wrapper {
  width: 100%;
  background: #333538;
}

.breakingbox_latestvideos .columns .column_right .news_item .col_container .text_part_wrapper .text_part {
  width: 22rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 0 2rem;
}

.breakingbox_latestvideos .columns .column_right .news_item .col_container .text_part_wrapper .text_part .news_item_tags {
  display: none;
}

.breakingbox_latestvideos .columns .column_right .news_item .col_container .text_part_wrapper .text_part .title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}

.breakingbox_latestvideos .columns .column_right .news_item .col_container .text_part_wrapper .text_part .title a {
  color: white;
}

.breakingbox_latestvideos .columns .column_right .news_item .col_container .text_part_wrapper .text_part .author {
  -ms-flex-item-align: end;
      align-self: end;
  font-size: 1.3rem;
  color: var(--vertical-hardware-color);
}

.breakingbox_latestvideos .columns .column_right .news_item .col_container .image_container {
  height: 100%;
  width: 12.5rem;
}

.breakingbox_latestvideos .columns .column_right .news_item .col_container .image_container .image_icon_markup {
  z-index: 999;
}

.breakingbox_latestvideos .columns .column_right .news_item .col_container .image_container a:hover ~ .image_icon_markup {
  color: var(--vertical-hardware-color);
}

.breakingbox_latestvideos .columns .column_right .news_item .col_container .image_container .image_icon_markup:hover {
  color: var(--vertical-hardware-color);
}

.breakingbox_latestvideos .columns .column_right .news_item .col_container .image_container picture {
  position: unset !important;
  width: 12.5rem;
}

.breakingbox_latestvideos .columns .column_right .news_item .news_item_icons, .breakingbox_latestvideos .columns .column_right .news_item .subtitle {
  display: none;
}

.breakingbox_latestvideos .columns .column_right .news_item .excerpt {
  display: none;
}

.breakingbox_latestvideos .columns .column_right .news_item .shout {
  display: none;
}

.breakingbox_latestvideos .columns .column_right .news_item .reading-time-icon {
  display: none;
}

@media only screen and (min-width: 992px) {
  .breakingbox_latestvideos .title h3 {
    font-weight: bold;
    margin-bottom: 3rem;
    font-style: normal;
    font-size: 5.2rem;
    line-height: 2.5rem;
    letter-spacing: -0.05em;
    margin-left: 1.3rem;
    color: var(--vertical-hardware-color);
  }
  .breakingbox_latestvideos .columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .breakingbox_latestvideos .columns .column_left {
    width: 50%;
  }
  .breakingbox_latestvideos .columns .column_left .news_item:first-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 2.8rem;
  }
  .breakingbox_latestvideos .columns .column_left .news_item:first-child .col_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .breakingbox_latestvideos .columns .column_left .news_item:first-child .col_container .image_container {
    width: 71rem;
    height: 40rem;
  }
  .breakingbox_latestvideos .columns .column_left .news_item:first-child .col_container .text_part_wrapper {
    position: absolute;
    bottom: -2rem;
    left: -4rem;
    height: 7.8rem;
  }
  .breakingbox_latestvideos .columns .column_left .news_item:first-child .col_container .text_part_wrapper .text_part {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .breakingbox_latestvideos .columns .column_left .news_item:first-child .col_container .text_part_wrapper .text_part .author {
    -ms-flex-item-align: end;
        align-self: end;
    display: block;
  }
  .breakingbox_latestvideos .columns .column_left .news_item:first-child .reading-time-icon {
    bottom: -1rem;
    right: 3%;
  }
  .breakingbox_latestvideos .columns .column_left .news_item:first-child .shout {
    bottom: 5.8rem;
    top: auto;
    left: -4rem;
  }
  .breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) {
    margin: 0 0 1rem 3rem;
  }
  .breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .col_container .text_part_wrapper .text_part {
    width: 31rem;
  }
  .breakingbox_latestvideos .columns .column_right {
    width: 50%;
    border-top: 0.5rem solid var(--vertical-hardware-color);
  }
  .breakingbox_latestvideos .columns .column_right .news_item {
    margin: 2.67rem 0;
  }
  .breakingbox_latestvideos .columns .column_right .news_item .col_container .text_part_wrapper {
    width: unset;
  }
  .breakingbox_latestvideos .columns .column_right .news_item .col_container .text_part_wrapper .text_part {
    width: 100%;
  }
}

@media only screen and (min-width: 1300px) {
  .breakingbox_latestvideos .link {
    position: absolute;
    top: 2.8%;
    right: 23%;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    text-transform: uppercase;
    background-color: transparent;
    width: 17rem;
    height: 4.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .breakingbox_latestvideos .link a h3 {
    color: var(--vertical-hardware-color);
    font-size: 1.6rem;
  }
  .breakingbox_latestvideos .link a:hover {
    text-decoration: none;
  }
  .breakingbox_latestvideos .link-YT {
    position: absolute;
    top: 2.8%;
    right: 1%;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    text-transform: uppercase;
    background-color: var(--vertical-hardware-color);
    width: 27.9rem;
    height: 4.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .breakingbox_latestvideos .link-YT a h3 {
    color: white;
    font-size: 1.6rem;
  }
  .breakingbox_latestvideos .link-YT a:hover {
    text-decoration: none;
  }
  .breakingbox_latestvideos .columns .column_left {
    width: 77rem;
  }
  .breakingbox_latestvideos .columns .column_left .news_item:first-child .col_container .image_container .image_icon_markup {
    font-size: 11.0rem;
  }
  .breakingbox_latestvideos .columns .column_left .news_item:first-child .col_container .text_part_wrapper {
    width: 50rem;
  }
  .breakingbox_latestvideos .columns .column_left .news_item:first-child .reading-time-icon {
    right: 34%;
  }
  .breakingbox_latestvideos .columns .column_left .news_item:not(:first-child) .col_container .text_part_wrapper .text_part {
    width: 40rem;
  }
  .breakingbox_latestvideos .columns .column_right {
    width: 49rem;
  }
}
