.caption{
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 60px;
    width: 100%;
    height: 45px;
    background: rgba(0, 0, 0, 0.5);
    
}

.caption p {
    align-self: flex-end;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.bandeira {
  width: 1rem;
  display: flex;
  overflow: hidden;
  opacity: 0.7;
}

/* Cada faixa da bandeira */
.listra-band {
  flex: 1;
}

.brasil .verde   { background-color: #009739; }
.brasil .amarela { background-color: #ffcc29; }
.brasil .azul    { background-color: #002776; }

.russia .branca  { background-color: #ffffff; }
.russia .azul    { background-color: #0033a0; }
.russia .vermelha{ background-color: #d52b1e; }