@media screen and (min-width: 2250px) {
.fnf-banner-section {
    min-height: 1200px;
}
}

@media (max-width:2250px) and (min-width:1921px) {
.fnf-banner-section {
    min-height: 1050px;
}
}

@media only screen and (max-width:1560px) {

  .fnf-banner-section {
    min-height: 783px;
}

  body.page-template-fnf-page .heading-text {
    font-size: 70px;
    line-height: 72px;
    margin: 10px 0 5px;
  }

  .summer-fight-col-2 img {
    height: 540px;
  }

  .summer-fight-col-1 p {
    padding: 10px 10px 10px 70px;
  }

  .six-combact-fight-col span {
    padding: 10px 90px 10px 20px;
    text-align: right;
  }

  .six-combact-fight-col h2 {
    padding: 10px 90px 10px 20px;
    text-align: right;
  }

  .summer-fight-col-1 span {
    padding: 10px 20px 10px 80px;
  }

  .summer-fight-col-1 h1 {
    padding: 10px 10px 10px 70px;
  }

  .summer-fight-col- p {
    padding: 10px 80px 10px 10px;
  }


}

@media only screen and (max-width:1440px) {
  .fnf-score-table-section {
    padding: 30px 60px 0;
  }

}

@media only screen and (max-width:1300px) {

  body.page-template-fnf-page .subHeading-text {
    font-size: 22px;
  }

  body.page-template-fnf-page .heading-text {
    font-size: 48px;
    line-height: 52px;
  }

  .teams-title p.team-athletes-name {
    font-size: 15px;
  }

}

@media only screen and (max-width:1024px) {

  .team-athletes-wrapper ul {
    grid-template-columns: repeat(4, 2fr);
  }

  .team-athletes-wrapper ul li img {
    height: auto;
  }

  body.page-template-fnf-page .subHeading-text {
    text-align: center;
  }

  body.page-template-fnf-page .heading-text {
    text-align: center;
  }

}

@media only screen and (max-width:991px) {

  .summer-fight-row {
    flex-direction: column;
  }

  .summer-fight-col-1,
  .summer-fight-col-2 {
    width: 100%;
  }

  .summer-fight-col-2 img {
    height: 100%;
  }

  .six-combact-fight-row {
    flex-direction: column-reverse;
  }

  .six-combact-fight-col {
    width: 100%;
  }

}


@media (max-width: 767px) {

  .sixCombactSlider {
    margin: 0 0px 0 0;
  }

  body .teamsfnf {
    padding: 20px 0px 30px 0px;
  }

  .team-athletes-wrapper ul {
    grid-template-columns: repeat(2, 2fr);
  }

  body.page-template-fnf-page .heading-text {
    font-size: 28px;
    line-height: 35px;
    padding-left: 10px;
  }

  body.page-template-fnf-page .subHeading-text {
    font-size: 18px;
    padding-left: 0;
    text-align: center;
  }

  .summer-fight-col-1 p {
    padding-left: 0;
  }

  .six-combact-fight-col span {
    padding-right: 10px;
  }

  .six-combact-fight-col h2 {
    padding-right: 10px;
  }

  .fnf-banner-section {
    min-height: 450px;
  }

  .six-combact-fight-section {
    padding: 40px 0;
  }

  body.page-template-fnf-page .heading-text.team-name {
    margin: 15px 0;
  }

  .teams-title span {
    padding: 10px 10px;
  }

  .teams-section {
    padding: 0 0 40px;
  }

  .sixCombactImg img {
    max-width: 100%;
    min-height: 100%;
  }

  .summer-fight-col-2 img {
    height: auto;
  }

    .fnf-score-table-section {
    padding: 60px 20px 0;
  }
}

@media (max-width: 500px) {
.fnf-banner-section {
    min-height: 330px;
  }
}