
   body{
    background: white;
    overflow-x: hidden;  
}
#picture-ambassador-strip {
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    z-index: 1!important;
    background-color: black;
}
.picture-stream-team-pc{
    display: block;
    width: 100%;
}
.picture-stream-team-mobile{
    display: none;
}
h2.blue.stream-team-title {
  font-weight: bold;
  margin: 3% 1% 2% 1%;
}
h4.blue.stream-team-blue-text {
  font-weight: bold;
  margin: 3% 1% 2% 1%;
  text-align: center;
}
.stream-team-text, .stream-team-second-text {
  margin: 3% 1% 2% 1%;
}
.stream-team-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 1%;
    background-color: #007cf7;
    color: white;
    border-radius: 55px;
}
.twitch-person {
    width: 50%;
    display: flex;
    flex-direction: row;
    padding: 2% 3%;
}
.twitch-person-img {
    width: 35%;
}
.twitch-person-text {
    width: 65%;
    padding: 0 9% 0 2%;
}
.twitch-person-text p {
    font-size: 14px;
}
.twitch-person-text p.twitch-name {
    padding: 2% 0 0 0;
    font-weight: bold;
    margin-bottom: 10px;
}
.twitch-person-text img.lazyload {
    width: 11%;
}
.twitch-person-text p {
    line-height: 1.4;
}
 
@media only screen and (max-width: 600px) { 
.picture-stream-team-pc{
    display:none ;
}
.picture-stream-team-mobile{
    display: block;
}
 .stream-team-container{
    flex-direction: column;
    margin: 0;
}
h2.blue.stream-team-title {
    margin: 3% 2%;
}
.stream-team-text, .stream-team-second-text {
     margin: 6% 0 6% 3%;
}
.twitch-person {
    width: 100%;
    flex-direction: column;
    text-align: center;
}
.twitch-person-img {
    width: 100%;
}
.twitch-person-text {
    width: 100%;
    padding: 1% 10%;
}
h4.blue.stream-team-blue-text {
    margin: 8% 6%;
}
.twitch-person-text p {
    margin-bottom: 15px;
    line-height: 1.6;
}
}