.logo-container-desktop {
  background-color: #000;
  margin-top: 2px;
}

.logo-container-mobile {
  background-color: #000;
}

.logo-div {
  margin-left: 5px;
  margin-right: 5px;
  /* border: dotted; */
  /* background-color: pink; */
}

.logo-div-mobile {
  margin-left: 8px;
  margin-right: 8px;
  /* border: dotted; */
  /* background-color: green; */
}

.logo-img {
  height: 40px;
}

.idn-play {
  width: 130px;
  height: auto;
  padding-top: 9px;
}

.habanero-logo {
  width: 146px;
  height: auto;
}

.im-icon {
  width: 106px;
  height: auto;
  padding-top: 5px;
}

.ag-icon {
  width: 50px;
  height: auto;
  padding-top: 4px;
}

.evolution-logo {
  width: 90px;
  height: auto;
  padding-top: 5px;
}

.pgsoft-logo {
  width: 101px;
  height: auto;
  padding-top: 6px;
}

.microgaming-logo {
  width: 100px;
  height: auto;
  padding-top: 8px;
}

.sexy-gaming-logo {
  width: 90px;
  height: auto;
  padding-top: 3px;
}

.ea-gaming-logo {
  width: 57px;
  height: auto;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .logo-container-desktop {
    display: none;
  }
  .logo-div-mobile {
    margin-left: 2px;
    margin-right: 2px;
  }
}

@media screen and (min-width: 768px) {
  .logo-container-mobile {
    display: none;
  }
}
