


.prev, .next {
  cursor: pointer;
  position: fixed;
  top: 30%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  background-color: #333;
  font-weight: bold;
  font-size: 38px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #000;
}

.prev .tooltiptext {
  visibility: hidden;
    width: 100px;
    background-color: #000;
    color: #fff;
    text-align: left;
    font-size: 14px;
    border-radius: 6px;
    padding: 5px;
    margin: 3px 0 0 10px;
    position: absolute;
    z-index: -1;
}

.next .tooltiptext {
  visibility: hidden;
    width: 100px;
    background-color: #000;
    color: #fff;
    text-align: left;
    font-size: 14px;
    border-radius: 6px;
    padding: 5px;
    margin: 2px 0 0 -130px;
    position: absolute;
    z-index: -1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.next a{
  color: #fff;
}

.prev a{
  color: #fff;
}

.port-buttons{
  margin: 0 20px;
}



/* vippayment */
.vipbanner {
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url('/assets/img/brands/vip-payments/vip-pay-header.jpg');
    background-size: cover;
    background-position: center;
    height: 60vh;
    background-attachment: fixed;
}

.vipbanner img{
    display: block;
    margin: 0 auto;
    padding: 200px;
}


* {
  box-sizing: border-box;
}

.vip-container {
  display: flex;
  flex-direction: row;
  font-size: 18px;
  text-align: center;
}

.vip-item{
  background-color: #ccc;
  flex: 50%;
}

.vip-item-left {
  background-color: #111;
  flex: 50%;
}

.vip-item-left h2.section__title{
  margin: 20px 0 -30px 0;
  color:#fff;
}

.vip-item-right {
  background-color: #fff;
  color: #111;
  /* padding: 10px; */
  flex: 50%;
}

.vip-item-right h2.section__title{
  margin: 20px 0 -30px 0;
  color:#111;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .vipbanner img{
    display: block;
    margin: 0 auto;
    padding: 100px 30px 0 30px;
  }
  .vip-container {
    flex-direction: column;
  }
}

/* versiobit */

.verbanner {
  background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url('/assets/img/brands/versiobit/ver-ban.jpg');
  background-size: cover;
  background-position: center;
  height: 60vh;
  background-attachment: fixed;
}

.verbanner img{
  display: block;
  margin: 0 auto;
  padding: 0px;
}



.ver-container {
display: flex;
flex-direction: row;
font-size: 18px;
text-align: center;
}

.ver-item-left {
background-color: #131943;


flex: 50%;
}

.ver-item-left h2.section__title{

color:#fff;
}

.ver-item-right {
background-color: #131943;
color: #111;
/* padding: 10px; */
flex: 50%;
}

.ver-item-right h2.section__title{

color:#111;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .verbanner img{
    display: block;
    margin: 0 auto;
    padding: 0px;
  }

.ver-container {
  flex-direction: column;
}
}

/* puremarket */

.purbanner {
  background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url('/assets/img/brands/pure/pure-banner.jpg');
  background-size: cover;
  background-position: center;
  height: 60vh;
  background-attachment: fixed;
}

.purbanner img{
  display: block;
  margin: 0 auto;
  padding: 200px;
}




.pur-container {
display: flex;
flex-direction: row;
font-size: 18px;
text-align: center;
}

.pur-item-left {
background-color: #111;


flex: 50%;
}

.pur-item-left h2.section__title{
margin: 20px 0 -30px 0;
color:#fff;
}

.pur-item-right {
background-color: #5DC5BE;
color: #111;
/* padding: 10px; */
flex: 50%;
}

.pur-item-right h2.section__title{
margin: 20px 0 -30px 0;
color:#111;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {

  .purbanner img{
    display: block;
    margin: 0 auto;
    padding: 150px 0 0 0px;
  }

.pur-container {
  flex-direction: column;
}
}

/* scopemarkets */
.scpbanner {
  background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url('/assets/img/brands/scope/scope-ban.jpg');
  background-size: cover;
  background-position: bottom;
  height: 60vh;
  background-attachment: fixed;
}

.scpbanner img{
  display: block;
  margin: 0 auto;
  padding: 200px;
}



.scp-container {
display: flex;
flex-direction: row;
font-size: 18px;
text-align: center;
}

.scp-item-left {
background-color: #111;


flex: 50%;
}

.scp-item-left h2.section__title{
margin: 20px 0 -30px 0;
color:#fff;
}

.scp-item-right {
background-color: #fff;
color: #111;
/* padding: 10px; */
flex: 50%;
}

.scp-item-right h2.section__title{
margin: 20px 0 -30px 0;
color:#111;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {

  .scpbanner img{
    display: block;
    margin: 0 auto;
    padding: 100px 0 0 0px;
  }

.scp-container {
  flex-direction: column;
}
}