@media (min-width: 600px) and (max-width: 900px) {
    div#team_members_gallery {
        width: 60%;
        margin: 0 auto;
    }
}
div#team_members_gallery .row {
    width: 100%;
}
div#team_members_gallery .col {
    display: inline-block;
}
.team_member > img {
    border-radius: 500px;
}

.team_member {
    width: 125px;
    height: 125px;
}
div#team_members_gallery {
    margin-top: 20px;
    margin-bottom: 20px;
}
div#background {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.team_member{
    position:relative;
}
.message {
    font-weight: bold;
    text-align: center;
    position: absolute;
    z-index: 9999;
    border: 2px solid #D0021B;
    border-radius: 10px;
    padding: 10px;
    max-width: fit-content!important;
    left: 0;
    width: 100%!important;
    margin-left: 10%;
    background-color: white;
    margin-top:12px;
}
div#message p {
    margin: 0;
    white-space: break-spaces!important;
}
.triangle{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #D0021B;
    position: absolute;
    top: -12px;
    left: calc(50% - 12px);
}
.message p {
    margin: 0;
}
.respuesta-equipo{
    display:block!important;
    border:0!important;
}
.respuesta-equipo > div > div{
    display:none;
    position:relative;
    border:1px solid #D0021B;
    padding:20px;
}
.texto-perfil-1:after{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #D0021B;
    position: absolute;
    top: -10px;
    left: 15%;
    content:'';
}
.texto-perfil-2:after{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #D0021B;
    position: absolute;
    top: -10px;
    left: 49%;
    content:'';
}
.texto-perfil-3:after{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #D0021B;
    position: absolute;
    top: -10px;
    left: 85%;
    content:'';
}