.fixed_header {
    padding-top: 118px;
}

@media screen and (max-width: 1152px) {
    .fixed_header {
        padding-top: 102px;
    }
}

@media screen and (max-width: 1024px) {
    .fixed_header {
        padding-top: 97px;
    }
}

.fixed_header header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
}

.text_block {
    color: #fff;
    background: #303030;
    padding: 2rem;
    border-radius: 4px;
    margin: 15px 0;
    text-align: center;
} 

.text_block h1,
.text_block h2 {
    color: #fff;
}

.text_block .headline  {
    padding: 0; 
}

.text_block .box {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

html.light .text_block {
    color: #000;
    background: #fff;
} 

html.light .text_block h1,
html.light .text_block h2 {
    color: #000;
}

.list-members.swiper-wrapper .item {
    border: 1px solid #303030;
}

.list-members.swiper-wrapper .img {
    background: transparent;
    height: 180px;
}

.list-members.swiper-wrapper .img img {
    max-width: 150px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list-members.swiper-wrapper .title.member {
    margin: -10px 0 0;
}

.list-members.swiper-wrapper .country {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-members.swiper-wrapper .country img {
    margin: 0 5px 0 0;
}

.list-members.swiper-wrapper .total_videos {
    text-align: center;
}

.list-members.swiper-wrapper .no_country {
    height: 18px;
}

.btn.featured {
    margin: 5px auto 15px;
    max-width: 150px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #42a2dc;
    color: #42a2dc;
    padding: 7px;
    transition: background .3s, color .3s;
}

.btn.featured:hover {
    background: #42a2dc;
    color: #fff;
}

@media screen and (max-width: 640px) {
    .index_members .headline {
      text-align: center;
    }
}

html.light .list-members.swiper-wrapper .item {
    border: 1px solid #dadada;
}