
    body{
    background: white;
    overflow-x: hidden;  
}
#lobby-ambassadors-template{
        overflow: hidden;
        position: relative;
        margin-bottom: 0px;
        z-index: 1!important;
    }
    .picture-lobby-ambassadors-pc{
        display: block;
        width: 100%;
    }
    .picture-lobby-ambassadors-mobile{
        display: none;
    }
    .strip-padding {
      padding: 0px 0 20px 0;
      position: relative;
    }
    h2.blue.cultural-ambassadors-text {
      padding: 4% 0 3% 0;
      font-weight: 800;
      margin: auto;
    }
    .cultural-ambassadors-container h2.blue.cultural-ambassadors-text {
    padding: 3% 1%;
    }
    h4.cultural-ambassadors-name.blue {
       font-weight: bold;
       font-size: 1.4em;
   }
    p.cultural-ambassadors-more-about {
        font-size: 0.9em;
   }
   .cultural-ambassadors-container.row.section-repeater.strip-padding.gray-full-bg {
    text-align: center;
    padding-bottom: 4%;
    display: flex;
    flex-direction: column;
    width: 100%;
   }
.cultural-ambassadors-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
   .cultural-ambassadors-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    justify-content: center;
    align-items: baseline;
    gap: 4%;
    /*width: 33%;*/
     }
   .cultural-ambassadors-stuff{
      width: 30%; 
  }  

     .poker-ambassador-box {
       text-align: center;
       padding: 0% 1% 2% 1%;
}
.poker-ambassador-icons-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.poker-ambassador-icons-box a.poker-amb-icon {
    width: 21%;
    padding-bottom: 3%;
}
.poker-stream-team-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}
.stream-img {
    width: 30%;
}
.poker-stream-team-icons {
    width: 70%;
    text-align: center;
}
h3.stream-team-title {
    color: white;
    margin: 3%;
    font-weight: bold;

}
.poker-stream-team-container.gray-full-bg:before {
    background: #007cf7;
}
.poker-stream-people-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 4%;
}
.poker-stream-people-find-more {
    margin: 3% 0 0 0;
    width: 70%;
    text-align: center;
    height: 1.7em;
}
.poker-stream-people-find-more a {
    color: white;
}
.lobby-text-strip {
    margin: 3% 1%;
}
.cultural-ambassadors-img {
   transition: transform .2s;
   width: 65%;
}
a.meet-amb-mobile-text {
    display: none;
}
.poker-stream-team-box {
    background: #007cf7;
}
@media only screen and (min-width: 1024px) { 
.cultural-ambassadors-img:hover  {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}
.poker-ambassador-icons-box a {
    transition: transform .2s;
}
.poker-ambassador-icons-box a:hover {
    -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}
}
@media only screen and (max-width: 600px) { 
.strip-padding {
    padding: 0px;
}
   .poker-ambassador-icons-box a.poker-amb-icon {
       width: 65%;
}
.poker-stream-people-icons a {
    width: 60%;
}
    .picture-lobby-ambassadors-pc{
        display: none;
    }
    .picture-lobby-ambassadors-mobile{
        display: block;
    }
.poker-stream-people-find-more {
   margin: -8% 0 3% 0;
    width: 100%;
    text-align: center;
    order: 3;
}
h2.blue.cultural-ambassadors-text {
    padding: 7% 0;
}
.cultural-ambassadors-box {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
    text-align: center;
}
.cultural-ambassadors-text {
    width: 100%;
}
.cultural-ambassadors-img {
    width: 100%;
    margin: 1% -22% 5% 17%;
}
.poker-ambassador-icons-box {
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 35px;
    flex-direction: column;
}
.stream-img {
    width: 100%;
    order:3;
    text-align: center;
}
.poker-stream-team-icons {
    order: 2;
    width: 100%;
    text-align: center;
}
h3.stream-team-title {
    color: white;
    margin: 8% 3% 3% 3%;
    font-weight: bold;
}
.poker-stream-people-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 5%;
    width: 60%;
    margin: 0 auto;
}
.lobby-text-strip {
    margin: 9% 1%;
}
a.meet-amb-mobile-text {
    display: inline-block;
}
.cultural-ambassadors-stuff {
    width: 50%;
}
}
@media only screen and (min-width: 600px) and (max-width: 1000px) { 
.cultural-ambassadors-stuff {
    padding-left: 2%;
}
.poker-stream-people-find-more {
    width: 100%;
    order: 3;
}
.stream-img {
    order: 2;
}
.poker-stream-team-icons {
    width: 93%;
    text-align: center;
}
.poker-stream-team-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.poker-stream-people-icons {
    justify-content: center;
}

.poker-stream-people-icons img {
    width: 22%;
}
    }