#content-start  {
  background-color: #e3000f !important;
  color: white;
}

.c-subHeaderSlider__link, .c-subHeaderSlider__item {
     max-width: 400px;
}

.subitem {
  display: grid;
  grid-column: 2 / 12;
  grid-template-columns: repeat(auto-fill, minmax(410px, 1fr));
}

.* {
  box-sizing: border-box;
}

/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 5px;
}

.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #e3000f;
  color: white;
}

.fa {font-size:50px;}

.video-responsive{
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height: 98%;
    width: 98%;
    overflow: hidden;
    position: absolute;
    margin: auto;
}

@media only screen and (min-width: 700px) {

  .video-responsive iframe{
    left: 15%;
    top: 10%;
    height: 70%;
    width: 70%;
    overflow: hidden;
    position: absolute;
    margin: auto;
   }

}