@font-face {
  font-family: "racing-icon";
  src: url(https://cdn.racing.com/resources/Racing/fonts/racing-icon.woff?b5vkn8)
      format("woff2"),
    url(https://cdn.racing.com/resources/Racing/fonts/racing-icon.woff?b5vkn8)
      format("woff");
}

@font-face {
  font-family: "Circular Std";
  src: url(https://cdn.racing.com/resources/Racing/fonts/CircularStd-bold.woff2)
      format("woff2"),
    url(https://cdn.racing.com/resources/Racing/fonts/CircularStd-bold.woff2)
      format("woff");
}

body {
  margin: 0;
}

.cookies {
  background-color: #333;
  bottom: 0px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
  padding: 10px;
  position: fixed;
  margin: auto;
  width: 100%;
  z-index: 200;
}

.cookies-close {
  cursor: pointer;
  font-family: "racing-icon";
  flex-grow: 1;
  justify-self: flex-end;
  text-align: end;
  margin-left: 10px;
}
.dropdown-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 50;
  cursor: pointer;
}

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.racing-container {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  outline: 0;
  width: 1px;
  min-width: 100%;
}

.search-container-outer {
  background-color: #faf9f7;
}

.search-container {
  display: flex;
  flex-flow: column nowrap;
  max-width: 960px;
  margin: auto;
}

.page-title {
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  float: left;
  line-height: 1.4em;
  padding: 5px 10px;
}

.search-subcontainer {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 15px;
}

.search-input-datepicker {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  justify-content: space-between;
  margin-right: 25px;
  order: 1;
}

.datepicker-container,
.search-input-container {
  background-color: #fff;
  color: #666;
  display: flex;
  flex-flow: row nowrap;
  padding: 12px;
  border: 1px solid #dedede;
  line-height: 1em;
  outline: 0;
  height: 40px;
  box-sizing: border-box;
}

.datepicker-container {
  border: 0;
  padding: 0;
  width: 276px;
  justify-content: space-between;
  display: none;
}

.search-input-container {
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: space-between;
  margin-right: 25px;
  max-width: 840px;
}

.dropdown-input {
  border: 0;
}

.search-input {
  border: 0;
  font-size: 12px;
}

.datepicker-input,
.dropdown-input {
  box-sizing: border-box;
  color: #666;
  font-size: 12px;
  border-right: none;
  outline: 0;
}

.datepicker-input {
  background-color: #fff;
  border: 1px solid #dedede;
  line-height: 1em;
  flex-grow: 1;
  border-radius: 0;
  padding: 12px;
  height: 40px;
}

.dropdown-input {
  cursor: pointer;
  width: 129px;
  padding: 12px 30px 12px 12px;
  display: table-cell;
  height: 36px;
}

.search-input {
  flex-grow: 1;
  height: 100%;
  outline: 0;
}

.datepicker-icon,
.dropdown-icon,
.search-icon {
  vertical-align: middle;
  display: table-cell;
  color: #999;
  font-family: "racing-icon";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  max-width: 17px;
  cursor: pointer;
}

.search-icon {
  border: 0;
  font-size: 18px;
}

.datepicker-icon,
.dropdown-icon {
  font-size: 12px;
  line-height: 18px;
  box-sizing: border-box;
  height: 100%;
  align-items: center;
  display: flex;
  padding-right: 24px;
  margin-left: -2px;
}

.datepicker-icon {
  border-left: none;
  border: 1px solid #dedede;
}

.dropdown-icon {
  border: 0;
  align-self: center;
}

.search-icon {
  line-height: 14px;
}

.search-or {
  color: #999 !important;
  font-size: 12px;
  text-align: center;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  margin-right: 25px;
  display: none;
}

.filter-button-div {
  margin: auto;
  outline: 0;
  order: 2;
}

.filter-button,
.filter-icon {
  color: #666;
  -webkit-transition: all 0.25s ease-in-out;
}

.filter-button {
  background: #faf9f7;
  border: 2px solid #666;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: 0;
  padding: 8px 10px;
  line-height: 1.5em;
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: 0;
  font-weight: 500;
  text-transform: uppercase;
}

.filter-icon {
  background-color: transparent;
  font-family: "racing-icon";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  padding-left: 5px;
  text-transform: none;
}

.filter-button:hover,
.filter-button-active {
  background-color: #666;
  color: #fff;
}

.filter-button:hover .filter-icon,
.filter-button-active .filter-icon {
  color: #fff;
}

.suggested-container {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  font-size: 11px;
  font-weight: lighter;
  order: 3;
  padding-top: 15px;
  width: 100%;
}

.suggested {
  color: #999;
  padding-top: 1px;
}

.suggested-buttons-container {
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
}

.suggested-button {
  background-color: #999;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 10px;
  padding: 2.5px 5px;
}

.suggested-active {
  background-color: #666;
  cursor: auto;
}

.racetype-container {
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  font-size: 12px;
  justify-content: space-between;
  margin-right: 25px;
  width: 250px;
  font-family: "Circular Std", "roboto", sans-serif;
}

.racetype {
  background-color: #fff;
  color: #999;
  cursor: pointer;
  outline: 0;
  padding-bottom: 5px;
}

.rt-selected,
.racetype:hover {
  color: #333;
  border-bottom: 2px solid #333;
}

.rt-selected {
  cursor: auto;
}

.racetype:hover {
  color: #333;
  border-bottom: 2px solid #333;
}

.filters-outer {
  border-top: 1px solid #dedede;
  -webkit-box-shadow: 0 4px 4px -2px rgba(80, 78, 75, 0.3);
  box-shadow: 0 4px 4px -2px rgba(80, 78, 75, 0.3);

  position: absolute;
  z-index: 200;
  background-color: #faf9f7;
  width: 100%;
}

.filters,
.filters-container {
  display: flex;
  flex-flow: row wrap;
}

.filters-container {
  min-height: 75px;
  margin: auto;
  align-content: center;
  max-width: 960px;
}

.filters {
  flex-grow: 1;
  margin-bottom: 18.5px;
  margin-right: 25px;
  justify-content: space-between;
  max-width: 700px;
}

.filter {
  margin-right: 15px;
}

.trials-container {
  background-color: #fff;
  border: 1px solid #dedede;
  width: 100px;
  padding-left: 5px;
}

.clear {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  /* margin: auto; */
  font-size: 11px;
  color: #999;
  -moz-osx-font-smoothing: grayscale;
}

.clear-all {
  margin: auto;
  margin-right: 0;
  padding: 10px;
  padding-right: 0px;
}

.clear-active,
.clear-active .clear-icon {
  color: #666;
}

.clear-all .clear-icon {
  display: flex;
  font-size: 12px;
}

.clear-text {
  margin-right: 5px;
}

.noresults-container,
.error-container {
  color: #666;
  font-size: 32px;
  height: 415px;
  text-align: center;
  margin-top: 50px;
}

.content-container {
  display: flex;
  flex-flow: row nowrap;
  margin: 25px auto;
  max-width: 960px;
}

.videos-outer {
  flex-grow: 1;
  display: flex;
  flex-shrink: 2;
  flex-flow: column nowrap;
}

.videos-container {
  display: flex;
  flex-flow: column;
  flex-shrink: 1;
  font-size: 12px;
  color: #666;
  max-height: 410px;
  max-width: 381px;
  padding-top: 15px;
  height: 410px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.videos-container::-webkit-scrollbar {
  display: none;
}

.video-box {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  margin-right: 25px;
  margin-bottom: 10px;
}

.playing,
.video-box:hover {
  display: flex;
  -webkit-box-shadow: 0 0 12px 0 rgba(80, 78, 75, 0.3);
  box-shadow: 0 0 12px 0 rgba(80, 78, 75, 0.3);
}

.playing {
  color: #ed1c24;
}

.video {
  cursor: pointer;
  position: relative;
}

.video:hover {
  opacity: 0.8 !important;
}

.video-time-span {
  position: absolute;
  font-size: 10px;
  color: #fff;
  background-color: #666;
  z-index: 40;
  top: 0;
  right: 0;
  line-height: 1em;
  padding: 3px 5px;
  text-align: center;
  min-width: 25px;
  width: auto;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.video-play-icon {
  font-family: "racing-icon";
  font-size: 20px !important;
  left: calc(42%) !important;
  top: calc(28%) !important;
  color: #faf9f7;
  z-index: 40;
  line-height: 30px;
  position: absolute;
}

.video:hover .video-play-icon {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  -ms-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.video-info {
  align-content: space-between;
  display: flex;
  flex-flow: column nowrap;
  padding: 10px;
}

.video-title {
  flex-grow: 1;
  font-weight: 400;
}

.video-data {
  font-size: 10px;
  color: #999 !important;
}

.pagination-container {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  /* flex-grow: 1; */
  justify-content: space-between;
  max-width: 345px;
  margin-right: 25px;
}

#pag-current {
  color: #999;
  font-size: 12px;
  text-align: center;
  /* width: 135px;
  margin-bottom: 3px; */
  margin-left: 6px;
  margin-right: 6px;
}

.pagination-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
  fill: #999;
}

.pag-disabled {
  cursor: auto;
  fill: #dedede;
  background-color: transparent;
  pointer-events: none;
}

.pagination-icon:hover {
  /* background-color: #666; */
  border-radius: 50%;
  fill: #666;
}

.pagination {
  cursor: pointer;
  font-family: "racing-icon";
}

.player-container {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  height: 475px;
  max-width: 609px;
  width: 609px;
}

.player {
  flex-grow: 1;
  height: 400px;
}

#player {
  max-height: 400px;
  flex-grow: 1;
}

.video-js .vjs-big-play-button,
.video-js .vjs-big-play-button::before {
  background: url(./play-icon.svg) center center no-repeat !important;
  background-size: auto;
  width: 72px !important;
  height: 72px !important;
  color: #fff !important;
  content: "" !important;
  background-size: 72px 72px !important;
  border: none;
  margin-top: -36px !important;
  margin-left: -36px !important;
}

.video-js:hover .vjs-big-play-button,
.video-js:hover .vjs-big-play-button::before {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  -ms-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.vjs-big-play-button .vjs-icon-placeholder {
  display: none;
}

#player-title {
  max-width: 415px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#sub-logo {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  margin-right: 15px;
}

.player-info,
.player-subtitle {
  display: flex;
  flex-flow: row nowrap;
}

.player-subtitle {
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 10px;
}

.player-info {
  color: #666;
  font-size: 20px;
  font-weight: 400;
}

.player-info-small {
  color: #999;
  font-size: 14px;
  padding-top: 5px;
}

.social-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  min-width: 80px;
}

.social-icon {
  cursor: pointer;
  height: 35px;
  width: 35px;
}

.footer-container {
  align-items: center;
  background-color: #faf9f7;
  display: flex;
  height: 200px;
  justify-content: center;
  line-height: 200px;
  margin-top: auto;
  text-align: center;
}

.daterangepicker {
  border-radius: 0 !important;
  font-family: "Roboto", sans-serif !important;
  margin-top: 0 !important;
  width: 274px !important;
}

.daterangepicker.opensright::after,
.daterangepicker.opensright::before,
.drp-selected,
.right {
  display: none !important;
}

.month {
  color: #666 !important;
  font-size: 18px !important;
}

.dp-apply-button {
  -webkit-transition: all 0.25s ease-in-out;
  background-color: #666;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  border: 2px solid #666;
  border-radius: 4px;
  letter-spacing: 0;
  padding: 8px 10px;
  text-transform: uppercase;
  line-height: 1.5em;
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dp-apply-button:disabled,
.dp-apply-button[disabled] {
  cursor: auto;
  background-color: #999;
  border-color: #999;
}

.dp-cancel-button {
  background-color: transparent;
  border: 0;
  color: #999;
  margin-left: 0 !important;
}

.clear-icon,
.confirm-icon {
  vertical-align: middle;
  font-size: 18px;
  color: #999;
  font-family: "racing-icon";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  max-width: 17px;

  display: none;
}

.daterangepicker.show-calendar .drp-buttons {
  display: flex !important;
  justify-content: space-between;
  border-top: none !important;
}

.daterangepicker td.in-range {
  background-color: #dedede !important;
  color: #999 !important;
}

.daterangepicker td.disabled {
  cursor: not-allowed;
  text-decoration: none;
}

.daterangepicker .calendar-table table {
  border-collapse: unset !important;
}

.daterangepicker .calendar-table th {
  color: #999;
}

.off {
  color: #d3d3d3 !important;
}

.daterangepicker .calendar-table td {
  border: 1px solid #dedede !important;
  color: #999;
  border-radius: 0;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #666 !important;
  border-color: #666 !important;
  color: #fff !important;
}

.dropdown-container {
  margin-right: 2px;
  margin-top: 18.5px;
  width: 152px;
}

.dropdown-menu-outer {
  display: none;
  position: relative;
}

.tracks-dd {
  width: 200px;
}

.tracks-input {
  width: 178px;
}

.tracks-menu {
  max-height: 323px;
  overflow: scroll;
  overflow-x: hidden;
}

.tracks-menu div:last-child {
  border-bottom: none;
}

.dropdown-header {
  box-sizing: border-box;
  border: 1px solid #dedede;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
}

.open {
  z-index: 100;
}

.dropdown-menu,
.dropdown-outer {
  background-color: #fff;
  border: 1px solid #dedede;
  border-top: none;
  display: none;
  width: 150px;
}

.dropdown-menu {
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

.show {
  display: block;
  position: absolute;
  overflow-x: hidden;
  z-index: 1000;
}

.checkbox-div {
  align-items: center;
  border-bottom: 1px solid #dedede;
  color: #999;
  cursor: pointer;
  display: flex;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
}

.selected {
  color: #666;
}

.checkbox-input:checked {
  visibility: hidden;
}

.check-container {
  display: flex;
  align-content: center;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #dedede;
  font-size: 16px;
}

.checkbox-div:hover .check-container input ~ .checkmark {
  background-color: #ccc;
}

.check-container input:checked ~ .checkmark {
  background-color: #666 !important;
  border-color: #666 !important;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-container input:checked ~ .checkmark:after {
  display: block;
}

.check-container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#tracks-buttons {
  position: absolute;
  top: 322px;
  width: 100%;
  overflow-y: scroll;
  z-index: 1000;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #dedede;
  height: 36px;
}

.filter-buttons {
  color: #999;
  height: 35px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.filter-clear {
  line-height: 10px;
  padding-left: 0 !important;
  /* flex-grow: 0; */
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background-color: #999;
  border: 1px solid #999;
  color: #fff;
}

.filter-line {
  width: 0;
  /* border: 1px solid #dedede; */
  border: 1px solid #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.confirm-div {
  cursor: pointer;
  display: flex;
  /* margin: auto; */
  line-height: 12px;
  font-size: 12px;
  /* color: #999; */
  -moz-osx-font-smoothing: grayscale;
  background-color: #999;
  border: 1px solid #999;
  color: #fff;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  max-width: 50%;
}

.confirm-div:hover,
.filter-clear:hover {
  background-color: #ef272d;
  border: 1px solid #ef272d;
}

.confirm-icon,
.filter-clear-icon {
  padding-left: 5px;
}

.loading {
  align-content: center;
  display: flex;
  height: 450px;
  justify-content: center;
}

#loading {
  margin: auto;
}

@media only screen and (max-width: 950px) {
  .player-container {
    margin: auto;
    min-width: 426px;
  }
}

@media only screen and (max-width: 875px) {
  .search-subcontainer {
    flex-flow: column wrap;
    margin-right: 25px;
    margin-left: 25px;
  }

  .page-title {
    /* margin-left: 25px; */
    padding: 15px 25px;
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
  }

  .suggested-container {
    order: 2;
  }

  .search-input-container,
  .search-input-datepicker {
    margin-right: 0;
  }

  .datepicker-input,
  .search-input {
    box-sizing: border-box;
    font-size: 16px;
    height: 20px;
    line-height: 16px;
    margin-top: -2px;
  }

  .search-or {
    display: none;
  }

  .filters {
    margin-right: 0;
    max-width: 100%;
  }

  .filter-button-div {
    order: 3;
  }

  .filter-button {
    margin-top: 15px;
    width: 216px;
  }

  .racetype-container {
    align-self: flex-start;
    margin-left: 5px;
    margin-right: 0;
    width: 300px;
    height: 25px;
  }

  .racetype {
    padding: 5px;
    text-transform: uppercase;
    line-height: 12px;
    box-sizing: border-box;
  }

  .confirm-div,
  .filter-clear {
    text-transform: uppercase;
  }

  .video-title {
    padding-right: 5px;
  }

  .video-box:hover,
  .playing {
    box-shadow: none;
  }

  .playing .video-info .video-title,
  .playing {
    font-weight: bold;
  }

  .racetype:hover {
    background-color: #fff;
    border-bottom: none;
    color: #999;
  }

  .rt-selected,
  .rt-selected:hover {
    background-color: #ef272d;
    border: 1px solid #ef272d;
    color: #fff;
  }

  .player-container {
    margin-bottom: 25px;
  }

  #player-title {
    max-width: 325px;
    /* font-size: 24px; */
    margin-top: 2px;
  }

  .pagination-container {
    width: 100%;
    margin: 10px auto auto;
  }

  .filters-container {
    margin-left: 15px;
    margin-right: 15px;
  }

  .content-container {
    flex-flow: row wrap-reverse;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
  }

  .videos-container {
    border-bottom: 1px solid #dedede;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .videos-outer {
    flex-grow: 1;
  }

  .video-box {
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    padding: 10px;
    margin-right: 0;
    margin-bottom: 0;
    border-top: 1px solid #dedede;
    cursor: auto;
    /* margin-left: 4px; */
  }

  .video-info {
    padding: 0;
  }

  .datepicker-input {
    width: 85%;
  }

  .clear-all {
    justify-content: center;
    margin: auto;
  }

  .dropdown-container,
  .dropdown-menu-outer,
  .tracks-dd,
  .tracks-menu {
    width: 100%;
  }

  .dropdown-menu {
    box-sizing: border-box;
    width: 100%;
  }

  .dropdown-input,
  .tracks-input {
    width: 100%;
  }

  .tracks-menu {
    max-height: 323px;
    overflow: scroll;
    overflow-x: auto;
  }

  .confirm-div:hover,
  .filter-clear:hover {
    background-color: #999;
    border: 1px solid #999;
  }
}

@media only screen and (max-width: 535px) {
  .search-subcontainer {
    margin-right: 15px;
    margin-left: 15px;
  }

  .search-grow {
    margin-right: 15px;
  }

  .page-title {
    /* margin-left: 15px; */
    box-sizing: border-box;
    padding: 15px 15px;
  }

  .filters {
    margin-bottom: 0;
    margin-top: 0;
  }

  .clear-all {
    margin-top: 10px;
  }

  .dropdown-container {
    margin-top: 15px;
  }

  .content-container {
    margin-left: 15px;
    margin-right: 15px;
  }

  .search-input-datepicker {
    justify-content: center;
    flex-flow: row wrap;
  }

  /* .search-input-container {
    max-width: 218px;
  } */

  .datepicker-container {
    margin-top: 15px;
  }

  .suggested-container {
    /* margin: 10px auto auto;
    width: 216px; */
  }

  .suggested {
    display: none;
  }

  .suggested-buttons-container {
    /* justify-content: space-evenly;
    width: 100%; */
  }

  .suggested-button {
    margin-left: 0;
    margin-right: 10px;
  }

  .tracks-menu {
    -webkit-overflow-scrolling: touch;
  }

  #sub-logo {
    height: 35px;
    width: 35px;
  }

  #player-title {
    font-size: 12px;
    max-width: 200px;
  }

  .player-info-small {
    font-size: 10px;
  }

  .social-container {
    min-width: 55px;
  }

  .social-icon {
    height: 25px;
    width: 25px;
  }
}

@media only screen and (max-width: 460px) {
  .video-js .vjs-big-play-button,
  .video-js .vjs-big-play-button::before {
    background-size: 36px 36px !important;
  }

  .filters {
    margin-right: 0;
    justify-content: center;
  }

  .dropdown-container {
    min-width: 225px;
  }

  .videos-container {
    font-size: 11px;
  }

  .player-container {
    max-height: 300px;
    min-width: 300px;
  }

  .player {
    height: 250px;
  }
}

.hide {
  display: none;
}

.visible {
  display: flex;
}
