html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  /* background: url("../../images/common/background/landing_mobile.jpg") center top no-repeat; */
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.content {
  text-align: center;
  padding-top: 50px;
}

.betlogo {
  width: 280px;
}

.carousel {
  margin-top: 40px;
  margin-bottom: 50px;
}

.carousel-image {
  margin: auto;
  width: 85%;
}

.region {
  display: block;
  text-align: center;
  top: 25vh;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  white-space: nowrap;
}

.region_flag {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}

.flag img {
  width: 65%;
}

.flag img:hover {
  transform: translate(0, -5px);
  transition: 0.3s;
}

.bank-wrap {
  margin-top: 30px;
  margin-bottom: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.bank-wrap img {
  margin: 5px;
  width: 10%;
}

@media (max-width: 768px) {
	.region_flag {
	    display: inline-block;
	    margin-left: -5px;
	    margin-right: -6px;
	    width: 25%;
	}
}

@media (min-width: 768px) {
  .betlogo {
    width: 320px;
  }

  .carousel-image {
    margin: auto;
    width: 70%;
  }

  .flag img {
    width: 70%;
  }

  .bank-wrap {
    margin-top: 10px;
    margin-bottom: 65px;
  }

  .bank-wrap img {
    margin: 5px;
    width: 6%;
  }
}

@media (min-width: 1024px) {
  body {
    /* background: url("../../images/common/background/landing_desktop.jpg") center top; */
    background-position: center top;
  }

  .content {
    padding-top: 65px;
  }

  .betlogo {
    width: auto;
    padding-top: 10%;
  }

  .carousel {
    margin-bottom: 40px;
    margin-top: 10px;
  }

  .carousel-image {
    margin: auto;
    width: 60%;
  }

  .flag img {
    width: 70%;
  }

  .bank-wrap {
    margin-top: 10px;
    margin-bottom: 65px;
  }

  .bank-wrap img {
    margin: 5px;
    width: 6%;
  }
  .region{
    display: block;
    text-align: center;
    top: 25vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    white-space: nowrap;
    padding-top: 20%;
  }
}

@media (min-width: 1060px) {
  body {
    /* background: url("../../images/common/background/landing_desktop.jpg") center top; */
    background-position: center top;
  }

  .content {
    padding-top: 65px;
  }

  .betlogo {
   padding-top: 0%;
  }

  .carousel {
    margin-bottom: 40px;
    margin-top: 10px;
  }

  .carousel-image {
    margin: auto;
    width: 60%;
  }

  .flag img {
    width: 70%;
  }

  .bank-wrap {
    margin-top: 10px;
    margin-bottom: 65px;
  }

  .bank-wrap img {
    margin: 5px;
    width: 6%;
  }
  .region{
    display: block;
    text-align: center;
    top: 25vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    white-space: nowrap;
    padding-top: 10%;
  }
}

@media (min-height: 1200px) {
  body {
    /* background: url("../../images/common/background/landing_mobile.jpg") center top; */
    background-position: center top;
    background-size: cover;
  }
}

@media (min-width: 1200px) and (min-height: 1024px) {
  body {
    /* background: url("../../images/common/background/landing_desktop.jpg") center top; */
    background-position: center top;
  }
}

@media (min-width: 768px) and (min-height: 1024px) {
  body {
    /* background: url("../../images/common/background/landing_mobile.jpg") center top; */
    background-position: center top;
    background-size: cover;
  }
  .content {
    padding-top: 60px;
  }

  .betlogo {
   padding-top: 10%;
  }

  .carousel {
    margin-bottom: 40px;
    margin-top: 10px;
  }

  .carousel-image {
    margin: auto;
    width: 60%;
  }

  .flag img {
    width: 70%;
  }

  .bank-wrap {
    margin-top: 10px;
    margin-bottom: 65px;
  }

  .bank-wrap img {
    margin: 5px;
    width: 6%;
  }
	.region_flag {
    display: inline-block;
    margin-left: -5px;
    margin-right: -6px;
    width: 19%;
}

}