/*===========
|   design    |
=============*/
@media (max-width: 767px) {
  .billing_form {
    top: 60px;
  }
}

body {
  font-family: 'Poppins', 'open sans', sans-serif;
  font-size: 14px;
  color: #ffffff;
}

h3 {
  font-size: 24px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

p {
  font-size: 14px;
}

/*General*/
.page {
  padding-bottom: 40px;
  background: black;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: center top;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  .page {
  }
}

.page:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
  z-index: 1;
}

@media (max-width: 768px) {
  .page:after {
    display: none;
    content: none;
  }
}

.page.horses:after {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
}

section {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

section:first-child .container {
  /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); */
  /* backdrop-filter: blur(5px); */
}

@media (max-width: 768px) {
  section:first-child .container {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
  }
}

section:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  section {
    margin: 0;
  }
}

section .container {
  padding: 30px;
  /* background-color: rgba(255, 255, 255, 0.8); */
}

@media (max-width: 767px) {
  section .container {
    padding: 0;
  }
}

section.icons {
  margin-bottom: 0;
}

.container {
  max-width: 1120px;
}

.logo {
  position: relative;
  z-index: 2;
  width: 120px;
}

@media (max-width: 767px) {
  .logo {
    width: 100px;
    flex-shrink: 0;
  }
}

header {
  position: relative;
  z-index: 10;
  height: 40px;
  padding: 8px;
  background-color: #ccc;
}

@media (max-width: 768px) {
  header {
    height: auto;
    background-color: #0f0666;
  }
}

.rtl header {
  direction: ltr;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header:before, header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  header:before, header:after {
  }
}

header:before {
  width: 100%;
  height: 100%;
  background-image: url("../images/header.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center right;
}

header:after {
  /* left: -56px; */
  /* transform: skewX(-45deg); */
  /* width: 622.22222px; */
  /* height: 100%; */
  /* background-color: rgba(0, 0, 0, 0.7); */
  /* backdrop-filter: blur(2px); */
}

@media (max-width: 768px) {
  header:after {
    width: 240px;
  }
}

header .tabs {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-inline-start: auto;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  header .tabs {
    display: flex;
  }
}

header .tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
  font-size: 13px;
  color: #ffffff;
  white-space: nowrap;
}

header .tabs li:last-child {
  margin-inline-end: 0;
}

.lang-fr header .tabs li, .lang-dk header .tabs li, .lang-de header .tabs li {
  font-size: 11px;
}

.title_wrap {
  padding: 15px 0;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 20px #000;
}

@media (max-width: 768px) {
  body {
    background: #000;
  }
  .title_wrap {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
  }
}

.title_wrap h1 {
  font-size: 50px;
}

@media (max-width: 767px) {
  .title_wrap h1 {
    font-size: 26px;
  }
}

.title_wrap h2 {
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .title_wrap h2 {
    font-size: 22px;
  }
}

.mobile-img {
  position: relative;
  background-image: url("https://sportsbg.b-cdn.net/general.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .mobile-img {
    background-image: url("https://sportsbg.b-cdn.net/general.jpg");
    box-shadow: inset 0 30px 30px -30px rgba(0, 0, 0, 0.6);
  }
}

@media (max-width: 767px) {
  .mobile-img {
    margin-top: 3vh;
  }
}

.cols-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
}

@media (max-width: 768px) {
  .cols-wrap {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .cols-wrap {
    display: block;
  }
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 33%;
  margin-inline-end: 40px;
}

.col:last-child {
  margin-inline-end: 0;
}

@media (max-width: 768px) {
  .col:last-child {
    margin-inline-end: auto;
  }
}

@media (max-width: 768px) {
  .col {
    FONT-WEIGHT: 300;
    FONT-WEIGHT: 100;
    flex: 90;
    width: 100%;
    padding: 14px;
    margin-inline-end: 20px;
  }
}

.text-col {
  width: 500px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .text-col {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .text-col {
    flex: inherit;
  }
}

.box {
  position: relative;
  height: 200px;
  background: #000;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  text-align: center;
}

.box * {
  color: #fff;
}

@media (max-width: 767px) {
  .box {
    height: 200px;
  }
}

.box .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 40px;
}

.box .content figure {
  width: 70px;
  margin: 0 auto;
}

.text_wrap {
  margin-bottom: 10px;
  padding: 20px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  text-align: center;
}

.steps ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
  box-shadow: inset 0 0 0 1px #ccc;
}

.steps ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  border-inline-end: 1px solid #ccc;
  text-align: center;
  white-space: nowrap;
}

.steps ul li:first-child {
  border: 0;
}

.steps ul li.current {
  background: #dbdbdb;
  font-weight: 700;
  color: #777;
}

@media (max-width: 767px) {
  .steps ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*===========
|   Form    |
=============*/
.form_wrap {
  width: 440px;
  min-width: 440px;
  max-width: 440px;
}

.lang-en .form_wrap {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .form_wrap {
    margin: 0;
  }
  .lang-en .form_wrap {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .form_wrap {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.form-title {
  margin-bottom: 20px;
}

.lang-en .form-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .form-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .lang-en .form-title {
    margin-bottom: 20px;
  }
}

.form-title h3 {
  margin-bottom: 5px;
  font-size: 32px;
  color: #01b322;
}

.lang-it .form-title h3 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .form-title h3 {
    font-size: 28px;
  }
}

.form-title p {
  font-size: 24px;
  font-weight: 700;
}

.lang-it .form-title p {
  font-size: 20px;
}

@media (max-width: 767px) {
  .form-title p {
    font-size: 18px;
  }
}

form {
  margin-top: auto;
}

.form_group {
  position: relative;
  margin-bottom: 20px;
}

.form_group label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  font-size: 16px;
  color: #333;
  transition: .2s ease;
  cursor: text;
}

.form_group label span {
  font-size: 70%;
}

.rtl .form_group label {
  right: 16px;
  left: initial;
}

.form_group.active label {
  top: -16px;
  left: 0;
  transform: none;
  font-size: 13px;
  color: #333;
}

.rtl .form_group.active label {
  right: 0;
  left: initial;
}

.form_group input {
  height: 56px;
  padding: 0 16px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  font-size: 16px;
  color: #000000;
}

.form_group input:focus {
  box-shadow: inset 0 0 0 1px #00b321, inset 0 -1px 0 1px #00b321;
}

.button {
  padding: 20px 30px;
  border-radius: 5px;
  background: #00b321;
  border: 0;
  outline: 0;
  margin: 0;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
  transition: 0.2s cubic-bezier(0.5, 0.1, 0.2, 1.4);
  cursor: pointer;
}

.button:hover {
  background-color: #008018;
}

form .button {
  width: 100%;
}

@media (max-width: 767px) {
  .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    white-space: normal;
  }
}

/*===========
|   /Form    |
=============*/
.list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}

.list li:before {
  position: relative !important;
  margin-right: 10px;
  font-size: 150%;
  font-weight: 900;
  color: #00b321;
}

.rtl .list li:before {
  margin-right: initial;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .list li {
    margin-bottom: 10px;
  }
}

.list-wrap p,
.icons-wrap p {
  margin: 5px 0 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .list-wrap p,
  .icons-wrap p {
    margin: 10px 0 20px;
  }
}

.list-wrap {
  -webkit-box-flex: 20%;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  color: #fff;
}

.list-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-wrap li:before {
  display: table;
  position: absolute;
  content: "check";
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  z-index: 1;
  z-index: 0;
}

.icons-wrap {
  color: #fff;
}

.icons-wrap li:before {
  color: #2f0;
}

.icons-wrap li:nth-child(1):before {
  display: table;
  position: absolute;
  content: "favorite";
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  z-index: 1;
}

.icons-wrap li:nth-child(2):before {
  display: table;
  position: absolute;
  content: "search";
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  z-index: 1;
}

.icons-wrap li:nth-child(3):before {
  display: table;
  position: absolute;
  content: "star";
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  z-index: 1;
}

.icons-wrap li:nth-child(4):before {
  display: table;
  position: absolute;
  content: "cloud_download";
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  z-index: 1;
}

.icons-wrap li:nth-child(5):before {
  display: table;
  position: absolute;
  content: "smartphone";
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  z-index: 1;
}

.icons-wrap li:before {
  z-index: 0 !important;
}

.devices_wrap {
  counter-reset: step;
}

.device {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-inline-end: 20px;
  padding-inline-end: 20px;
  border-inline-end: 1px solid rgba(85, 85, 85, 0.2);
}

@media (max-width: 767px) {
  .device {
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
  }
}

.device:first-child figure {
  transform: perspective(200px) rotateX(15deg) rotateY(15deg) rotateZ(-15deg);
}

.device:nth-child(2) figure {
  transform: perspective(400px) rotateX(15deg) rotateY(-15deg) rotateZ(15deg);
}

.device:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.device .text {
  text-align: center;
}

.device .text:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  counter-increment: step;
  content: counter(step);
}

.device figure {
  width: 240px;
  margin: auto;
  filter: drop-shadow(0px 14px 10px rgba(0, 0, 0, 0.2));
}

@media (max-width: 768px) {
  .device figure {
    width: 180px;
  }
}

.device h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
}

.device li {
  margin-bottom: 10px;
  font-size: 16px;
}

.button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 90%;
  margin: 80px auto 0;
}

@media (min-width: 768px) {
  header .container h1 {
    display: none;
  }
  .baseball .page { 
    background-image: url("../images/backgrounds/baseball.jpg");
  }
  .basketball .page { 
    background-image: url("../images/backgrounds/basketball_3.jpg");
  }
  .boxing .page { 
    background-image: url("../images/backgrounds/boxing.jpg");
  }
  .cricket .page { 
    background-image: url("../images/backgrounds/cricket.jpg");
  }
  .cycling .page { 
    background-image: url("../images/backgrounds/cycling.jpg");
  }
  .football .page { 
    background-image: url("../images/backgrounds/football.jpg");
  }
  .general .page { 
    background-image: url("../images/backgrounds/general.jpg");
  }
  .golf .page { 
    background-image: url("../images/backgrounds/golf.jpg");
  }
  .hockey .page { 
    background-image: url("../images/backgrounds/hockey.jpg");
  }
  .horses .page { 
    background-image: url("../images/backgrounds/horses.jpg");
  }
  .motorcycle .page { 
    background-image: url("../images/backgrounds/motorcycle.jpg");
  }
  .poker .page { 
    background-image: url("../images/backgrounds/poker.jpg");
  }
  .racing .page { 
    background-image: url("../images/backgrounds/racing.jpg");
  }
  .rugby .page { 
    background-image: url("../images/backgrounds/rugby.jpg");
  }
  .snooker .page { 
    background-image: url("../images/backgrounds/snooker.jpg");
  }
  .soccer .page { 
    background-image: url("../images/backgrounds/soccer.jpg");
  }
  .swimming .page { 
    background-image: url("../images/backgrounds/swimming.jpg");
  }
  .tennis .page { 
    background-image: url("../images/backgrounds/tennis.jpg");
  }
  .ufc .page { 
    background-image: url("../images/backgrounds/ufc.jpg");
  }
  .wwe .page { 
    background-image: url("../images/backgrounds/wwe.jpg");
  }
  .ribzzz .page { 
    background-image: url("../images/backgrounds/ribzzz.jpg");
  }
  .horseshow .page { 
    background-image: url("../images/backgrounds/horseshow.jpg");
  }
  .dogshow .page { 
    background-image: url("../images/backgrounds/dogshow.jpg");
  }
  .ncaa-football .page { 
    background-image: url("../images/backgrounds/ncaa4.jpg");
  }
  .formula1 .page { 
    background-image: url("../images/backgrounds/formula-5.jpg");
  }
  .gym .page { 
    background-image: url("../images/backgrounds/gymnastics.jpg");
  }
  .marathon .page { 
    background-image: url("../images/backgrounds/marathon4.jpg");
  }
  .ironman .page { 
    background-image: url("../images/backgrounds/ironman.jpg");
  }
  .olympics .page { 
    background-image: url("../images/backgrounds/oly3.jpg");
  }
  .crossfit .page { 
    background-image: url("../images/backgrounds/cross1.jpg");
  }
  .generic .page { 
    background-image: url("../images/backgrounds/generic.jpg");
  }
}
@media (max-width: 768px) {
  header:before {
      filter: brightness(0.5) blur(2px);
      height: 101%;
  }
  .title_wrap h1 {
    display: none;
  }
  .title_wrap h2 {
    margin-top: 20px;
  }
  header .container {
        align-items: center;
  }
  header h1 {
    text-align: center;
    margin: auto;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: -2px 0 #0000009c, 0 2px #0000008a, 2px 0 #0000009e, 0 -2px #0000008f;
  }
  header {
    height: 23vh;
  }
      
  .baseball header:before { 
    background-image: url("https://sportsbg.b-cdn.net/baseball.jpg");
  }
  .boxing header:before { 
    background-image: url("https://sportsbg.b-cdn.net/boxing.jpg");
  }
  .cricket header:before { 
    background-image: url("https://sportsbg.b-cdn.net/cricket.jpg");
  }
  .general header:before { 
    background-image: url("https://sportsbg.b-cdn.net/general.jpg");
  }
  .poker header:before { 
    background-image: url("https://sportsbg.b-cdn.net/poker.jpg");
  }
  .tennis header:before { 
    background-image: url("https://sportsbg.b-cdn.net/tennis.jpg");
  }
  .wwe header:before { 
    background-image: url("https://sportsbg.b-cdn.net/wwe.jpg");
  }

  .basketball header:before { 
    background-image: url("https://sportsbg.b-cdn.net/basketball_3.jpg");
  }
  .cycling header:before { 
    background-image: url("https://sportsbg.b-cdn.net/cycling.jpg");
  }
  .football header:before { 
    background-image: url("https://sportsbg.b-cdn.net/mobile/football.jpg");
  }
  .golf header:before { 
    background-image: url("https://sportsbg.b-cdn.net/golf.jpg");
  }
  .hockey header:before { 
    background-image: url("https://sportsbg.b-cdn.net/mobile/hockey.jpg");
  }
  .horses header:before { 
    background-image: url("https://sportsbg.b-cdn.net/mobile/horses.jpg");
  }
  .motorcycle header:before { 
    background-image: url("https://sportsbg.b-cdn.net/mobile/motorcycle.jpg");
  }
  .racing header:before { 
    background-image: url("https://sportsbg.b-cdn.net/mobile/racing.jpg");
  }
  .rugby header:before { 
    background-image: url("https://sportsbg.b-cdn.net/mobile/rugby.jpg");
  }
  .snooker header:before { 
    background-image: url("https://sportsbg.b-cdn.net/mobile/snooker.jpg");
  }
  .soccer header:before { 
    background-image: url("https://sportsbg.b-cdn.net/mobile/soccer.jpg");
  }
  .swimming header:before { 
    background-image: url("https://sportsbg.b-cdn.net/mobile/swimming.jpg");
  }
  .ribzzz header:before { 
    background-image: url("https://sportsbg.b-cdn.net/mobile/ribzzz.jpg");
  }
  .ufc header:before { 
    background-image: url("https://sportsbg.b-cdn.net/ufc.jpg");
  }
  .horseshow header:before { 
    background-image: url("https://sportsbg.b-cdn.net/horseshow.jpg");
  }
  .dogshow header:before { 
    background-image: url("https://sportsbg.b-cdn.net/dogshow.jpg");
  }
  .ncaa-football header:before { 
    background-image: url("https://sportsbg.b-cdn.net/ncaa4.jpg");
  }
  .formula1 header:before { 
    background-image: url("https://sportsbg.b-cdn.net/formula-5.jpg");
  }
  .gym header:before { 
    background-image: url("https://sportsbg.b-cdn.net/gymnastics.jpg");
  }
  .marathon header:before { 
    background-image: url("https://sportsbg.b-cdn.net/marathon4.jpg");
  }
  .ironman header:before { 
    background-image: url("https://sportsbg.b-cdn.net/ironman.jpg");
  }
  .crossfit header:before { 
    background-image: url("https://sportsbg.b-cdn.net/cross1.jpg");
  }
  .olympics header:before { 
    background-image: url("https://sportsbg.b-cdn.net/oly3.jpg");
  }
  .generic header:before { 
    background-image: url("https://sportsbg.b-cdn.net/generic.jpg");
  }
}

@media (max-width: 1600px) {
  .soccer, .football {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .soccer {
    background-position: center;
  }
}

@media (max-width: 1600px) {
  .ribzzz {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .ribzzz {
    background-position: center;
  }
}

@media (max-width: 1600px) {
  .horseshow {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .horseshow {
    background-position: center;
  }
}

@media (max-width: 1600px) {
  .basketball {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .basketball {
    background-position: center top;
  }
}

@media (max-width: 768px) {
  .football {
    background-position: center top;
  }
}

@media (max-width: 1600px) {
  .baseball {
    background-position: left -200px;
  }
}

@media (max-width: 768px) {
  .baseball {
    background-size: 800px;
    background-position: center top;  
  }
}

@media (max-width: 768px) {
  .boxing {
    background-size: 480px;
    background-position: 0 0;
  }
}

.ufc.page:after {
  background-image: none;
}

@media (max-width: 768px) {
  .ufc {
    background-size: 500px;
    background-position: center -20px;
  }
}

@media (max-width: 1600px) {
  .tennis {
    background-position: left -200px;
  }
}

@media (max-width: 768px) {
  .tennis {
    background-position: center;
  }
}

@media (max-width: 768px) {
  .hockey {
  }
}

@media (max-width: 1600px) {
  .rugby {
    background-position: left top;
  }
}

@media (max-width: 768px) {
  .rugby {
  }
}

@media (max-width: 1600px) {
  .racing {
    background-position: left -200px;
  }
}

@media (max-width: 768px) {
  .racing {
    background-position: center;
  }
}

@media (max-width: 1600px) {
  .motorcycle {
    background-position: left -150px;
  }
}

@media (max-width: 768px) {
  .motorcycle {
    background-position: left -20px;

  }
}

@media (max-width: 1600px) {
  .golf {
    background-position: left -200px;
  }
}

@media (max-width: 768px) {
  .golf {
    background-position: center;
  }
}

@media (max-width: 1600px) {
  .golf {
    background-position: left -200px;
  }
}

@media (max-width: 768px) {
  .dogshow {
    background-position: center;
  }
}

@media (max-width: 1600px) {
  .dogshow {
    background-position: cover;
  }
}

@media (max-width: 768px) {
  .ncaa-football {
    background-position: center;
  }
}

@media (max-width: 1600px) {
  .ncaa-football {
    background-position: cover;
  }
}

@media (max-width: 768px) {
  .formula1 {
    background-position: center;
  }
}

@media (max-width: 1600px) {
  .formula1 {
    background-position: cover;
  }
}

@media (max-width: 768px) {
  .gym {
    background-position: center;
  }
}

@media (max-width: 1600px) {
  .gym {
    background-position: cover;
  }
}
@media (max-width: 768px) {
  .ironman {
    background-position: center;
  }
}

@media (max-width: 1600px) {
  .ironman {
    background-position: cover;
  }
}
@media (max-width: 768px) {
  .marathon {
    background-position: center;
  }
}

@media (max-width: 1600px) {
  .marathon {
    background-position: cover;
  }
}
@media (max-width: 768px) {
  .crossfit {
    background-position: center;
  }
}

@media (max-width: 1600px) {
  .crossfit {
    background-position: cover;
  }
}

@media (max-width: 768px) {
  .olympics {
    background-position: center;
  }
}

@media (max-width: 1600px) {
  .olympics {
    background-position: cover;
  }
}

@media (max-width: 768px) {
  .generic {
    background-position: center;
  }
}

@media (max-width: 1600px) {
  .generic {
    background-position: cover;
  }
}

@media (max-width: 1600px) {
  .golf {
    background-position: left -200px;
  }
}
@media (max-width: 768px) {
  .snooker {
    background-position: center;
  }
}
@media (max-width: 768px) {
  .poker {
  }
}

@media (max-width: 768px) {
  .horses {
    background-position: center;
  }
}

@media (max-width: 768px) {
  .swimming {
    background-position: center;
  }
}

@media (max-width: 768px) {
  .cycling {
    background-position: center;
  }
}