.F20_container {
  max-width: 1170px;
  box-sizing: border-box;
  width: 100%;
  margin: 1rem auto 1rem auto;
  position: relative;
  #padding: 1rem 0 1rem 0;
  padding: 5px;
  transition: all 0.7s ease;
  line-height: 24px;
  font-size: 19px;
  font-family: Roboto, HelveticaNeue-Light, "Helvetica Neue Light",
  "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #141414;
}

.F20_link {
#  display: none;
  font-size: 12px;
  font-weight: 200;
  color: #6B7280;
}

.F20_description {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #6B7280;
  margin-bottom: 5px;
}

.F20_heading_sponsored {
  #font-size: 1.5rem;
  background-image: url("/assets/ecn_logo.png");
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.F20_heading_sponsored > img {
  max-width: 300px;
}

.F20_heading_link {
  display: none;
}

.F20_heading {
  font-size: 1.1875rem;
  margin-bottom: 5px;
}

.F20_heading2::after {
  content: "\00a0\00a0";
  font-size: 1rem;
  display: block;
}

.F20_ad {
  background-color: white;
  width: 100%;
  border-collapse: collapse;
  border-radius: 2px;
  transition: box-shadow 0.25s;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  margin: 0 auto 30px auto;
}

.F20_ad > a {
  text-decoration: none;
  text-align: left;
  text-overflow: ellipsis;
  color: #141414;
}

.F20_ad:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.F20_media {
    width:100%;
    height:0;
    position: relative;
    padding-bottom: 56.25%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.F20_media > img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 2px;
}


.F20_text {
  text-decoration: none;
  font-weight: bolder;
  padding: 1rem;
}

.F20_ads {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
}

@media (max-width: 736px) {
  /*breakpoint*/
  .F20_ads {
    grid-template-columns: none;
    font-size: 1rem;
    line-height: 1.25;
  }

  .F20_heading {
    font-size: 110%;
  }
}

