.entryListBlock {
  width: 100%;
  position: relative;
  margin: 100px 0;
}
.entryListBlock.aos-animate .mediumTitle,
.entryListBlock.aos-animate .text,
.entryListBlock.aos-animate .link,
.entryListBlock.aos-animate .teamsOverview {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.entryListBlock.aos-animate .text,
.entryListBlock.aos-animate .teamsOverview {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.entryListBlock .intro {
  margin-bottom: 40px;
}
.entryListBlock .mediumTitle {
  display: inline-block;
  width: 50%;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.entryListBlock .link {
  text-align: right;
  display: inline-block;
  width: 50%;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.entryListBlock .link a {
  color: #bb3d42;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.entryListBlock .link a:hover {
  color: #ffffff;
}
.entryListBlock .link a .fas {
  margin-left: 10px;
}
.entryListBlock .text {
  margin-top: 10px;
  color: #afafaf;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.entryListBlock .text a {
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.entryListBlock .text a:hover {
  color: #bb3d42;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.entryListBlock .teamsOverview {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.entryListBlock .teamsOverview .filter {
  height: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.1);
  margin: 10px 0;
  padding: 0 40px;
  position: relative;
}
.entryListBlock .teamsOverview .filter .label {
  opacity: 0.3;
  display: inline-block;
  width: 80px;
}
.entryListBlock .teamsOverview .filter select {
  width: 200px;
}
.entryListBlock .teamsOverview .filter .toggles {
  height: auto;
  left: auto;
  position: absolute;
  top: 50%;
  width: auto;
  right: 40px;
  text-align: right;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.entryListBlock .teamsOverview .filter .toggles .toggle {
  display: block;
  color: #bb3d42;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.entryListBlock .teamsOverview .filter .toggles .toggle:hover {
  color: #ffffff;
}
.entryListBlock .teamsOverview .filter .toggles .toggle.close i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.entryListBlock .teamsOverview .filter .toggles .toggle i {
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s 0s ease-out;
  -moz-transition: transform 0.3s 0s ease-out;
  -o-transition: transform 0.3s 0s ease-out;
  transition: transform 0.3s 0s ease-out;
}
.entryListBlock .teamsOverview .teams .teamInfoHeader {
  background: rgba(255, 255, 255, 0.1);
  line-height: 30px;
}
.entryListBlock .teamsOverview .teams .teamWrapper {
  margin: 10px 0;
  display: none;
}
.entryListBlock .teamsOverview .teams .teamWrapper.open .teamHeader .col.arrow .fas {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.entryListBlock .teamsOverview .teams .teamWrapper.show {
  display: block;
}
.entryListBlock .teamsOverview .teams .teamWrapper:last-child {
  margin-bottom: 0;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamHeader {
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamHeader:hover {
  background: rgba(255, 255, 255, 0.2);
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamHeader .col {
  padding-right: 20px;
  max-height: 50px;
  overflow: hidden;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamHeader .col.start {
  height: 60px;
  max-height: 60px;
  line-height: 60px;
  width: 80px;
  margin-right: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamHeader .col.arrow .fas {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .colWrapper {
  background: #ffffff;
  height: 120px;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .colWrapper .subCol {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  height: 120px;
  position: relative;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .colWrapper .subCol.withPadding {
  padding: 20px 0;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .colWrapper .subCol:nth-child(2) .innerWrapper {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .colWrapper .subCol .imageWrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .colWrapper .subCol .imageWrapper .image {
  opacity: 1;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .colWrapper .subCol .imageWrapper .image.lazy {
  background-image: none !important;
  background-color: #bb3d42;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .colWrapper .subCol .imageWrapper .noContent {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 20px;
  color: #191919;
  text-align: center;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .colWrapper .subCol .innerWrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .colWrapper .subCol .innerWrapper img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: calc(100% - 20px * 2);
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .extraContent {
  padding: 20px 100px;
  background: rgba(255, 255, 255, 0.05);
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol {
  display: inline-block;
  vertical-align: top;
  height: 225px;
  background: #ffffff;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.small {
  width: 280px;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.small .imageWrapper {
  width: 100%;
  height: 50%;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.small .imageWrapper .image {
  opacity: 1;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.small .imageWrapper .image.lazy {
  background-image: none !important;
  background-color: #bb3d42;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.small .imageWrapper .noContent {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 20px;
  color: #191919;
  text-align: center;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.small .teamLogos {
  height: 50%;
  background: #ffffff;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.small .teamLogos .teamLogo {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
  padding: 10px 0;
  position: relative;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.small .teamLogos .teamLogo.fullWidth {
  width: 100%;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.small .teamLogos .teamLogo .teamLogoWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.small .teamLogos .teamLogo .teamLogoWrapper img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: calc(100% - 20px * 2);
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big {
  width: calc(100% - 280px);
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers {
  background: #ffffff;
  color: #191919;
  padding: 10px 0 10px 0;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers .driver {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  width: 20%;
  height: 205px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers .driver:last-child {
  border-right: none;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers .driver .driverImage {
  max-height: 102px;
  max-width: 100%;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers .driver .driverTitle {
  height: 50px;
  margin-bottom: 20px;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers .driver .extraInfo .subCol {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  text-align: left;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers .driver .extraInfo .subCol:last-child {
  width: 40%;
  text-align: right;
}
.entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers .driver .extraInfo .subCol .driverFlag {
  width: 100%;
  max-width: 20px;
}
.entryListBlock .teamsOverview .teams .col {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.entryListBlock .teamsOverview .teams .col.start {
  width: 100px;
  padding-left: 40px;
}
.entryListBlock .teamsOverview .teams .col.class {
  width: 100px;
}
.entryListBlock .teamsOverview .teams .col.country {
  width: 100px;
}
.entryListBlock .teamsOverview .teams .col.country .teamFlag {
  width: 100%;
  max-width: 30px;
}
.entryListBlock .teamsOverview .teams .col.name {
  width: calc(50% - 100px);
}
.entryListBlock .teamsOverview .teams .col.car {
  width: calc(50% - 250px);
}
.entryListBlock .teamsOverview .teams .col.arrow {
  width: 50px;
  text-align: right;
  padding-right: 40px !important;
}
.entryListBlock .teamsOverview .teams .bar {
  height: 60px;
  line-height: 60px;
  text-align: right;
  padding-right: 40px;
  display: block;
  position: relative;
  background: #bb3d42;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #bb3d42), color-stop(1, #c1c1c1));
  background: -ms-linear-gradient(left, #bb3d42, #c1c1c1);
  background: -moz-linear-gradient(left, #bb3d42 0%, #c1c1c1 100%);
  background: -o-linear-gradient(#c1c1c1, #bb3d42);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1', endColorstr='#bb3d42', GradientType=0);
}
.entryListBlock .teamsOverview .teams .bar:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #bb3d42;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.entryListBlock .teamsOverview .teams .bar:hover:after {
  opacity: 1;
}
.entryListBlock .teamsOverview .teams .bar .textLink {
  position: relative;
  z-index: 1;
  color: #191919;
}
.entryListBlock .teamsOverview .teams .bar .textLink:hover {
  color: #191919;
}
.entryListBlock .teamsOverview .buttons {
  margin-top: 30px;
  text-align: center;
  display: block;
}
.entryListBlock .teamsOverview .buttons.hidden {
  display: none;
}
@media all and (max-width: 900px) {
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.small {
    width: 200px;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big {
    width: calc(100% - 200px);
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers .driver {
    position: relative;
    padding: 0 10px;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers .driver .extraInfo {
    position: absolute;
    bottom: 0;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers .driver .extraInfo .subCol {
    display: block;
    width: 100% !important;
    text-align: left !important;
  }
}
@media all and (max-width: 767px) {
  .entryListBlock {
    margin: 50px 0;
  }
  .entryListBlock .contentWrapper .contentWrapper.smaller {
    padding: 0;
    margin-bottom: 20px;
  }
  .entryListBlock .mediumTitle {
    margin-bottom: 10px;
  }
  .entryListBlock .link,
  .entryListBlock .mediumTitle {
    display: block;
    text-align: left;
    width: 100%;
  }
  .entryListBlock .link {
    margin-bottom: 0;
  }
  .entryListBlock .teamsOverview .filter {
    padding: 0 20px;
  }
  .entryListBlock .teamsOverview .teams .teamInfoHeader {
    display: none;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamHeader .col.class,
  .entryListBlock .teamsOverview .teams .teamWrapper .teamHeader .col.country,
  .entryListBlock .teamsOverview .teams .teamWrapper .teamHeader .col.car {
    display: none;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamHeader .col.start {
    padding-left: 20px;
    text-align: left;
    width: 60px;
    background: transparent;
    margin-right: 0;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamHeader .col.name {
    width: calc(100% - 90px);
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamHeader .col.arrow {
    width: 30px;
    padding-right: 20px !important;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .colWrapper {
    height: 240px;
    background: #ffffff;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .colWrapper .subCol {
    width: 50%;
    height: 50%;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .colWrapper .subCol:first-child {
    width: 100%;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .extraContent {
    padding: 20px;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol {
    width: 100% !important;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.small {
    height: 150px;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.small .image {
    width: 50%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.small .teamLogos {
    width: 100%;
    height: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.small .teamLogos .teamLogo.fullWidth {
    width: 50%;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big {
    height: auto;
    background: transparent;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px 0;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers .driver {
    height: auto;
    display: block;
    width: 100%;
    text-align: left;
    color: #ffffff;
    padding: 0 20px;
    margin-top: 10px;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers .driver:first-child {
    margin-top: 0;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers .driver:last-child .extraInfo {
    border-bottom: none;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers .driver .driverImage {
    display: none;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers .driver .driverTitle {
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    height: auto;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers .driver .extraInfo {
    position: static;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers .driver .extraInfo .subCol {
    width: 50% !important;
    display: inline-block;
    vertical-align: top;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.big .drivers .driver .extraInfo .subCol:last-child {
    text-align: right !important;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .bar {
    padding-right: 20px;
  }
}
@media all and (max-width: 500px) {
  .entryListBlock .teamsOverview .filter {
    padding: 0;
    height: auto;
  }
  .entryListBlock .teamsOverview .filter .tinyTitle {
    display: none;
  }
  .entryListBlock .teamsOverview .filter .customSelect {
    width: 100%;
  }
  .entryListBlock .teamsOverview .filter .toggles {
    position: static;
    transform: none;
    line-height: 20px;
    text-align: left;
    padding: 0 20px;
    padding-bottom: 20px;
  }
  .entryListBlock .teamsOverview .filter .select2-container {
    width: 100%;
  }
  .entryListBlock .teamsOverview .filter .select2-container .select2-selection {
    border: none;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.small {
    height: auto;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.small .imageWrapper {
    height: 150px;
    width: 100%;
  }
  .entryListBlock .teamsOverview .teams .teamWrapper .teamInfo .infoCol.small .teamLogos {
    height: 75px;
    width: 100%;
  }
}
