 /*****************************
 *  CONFIGURAÇÕES DE ESTILO DEARFLIPBOOK 
 ******************************/

 /*Definir tamanho de da thumbnail do arquivo*/
 .revista ._df_thumb {
  width: 200px;
  height: 283px;
 }

  /*Definir tamanho de da thumbnail do arquivo destaque*/
 .revista .edicao-atual ._df_thumb,
 .conteudo-noticia-section ._df_thumb {
  width: 255px;
  height: 361px;
  display: table;
  margin: 0 auto 20px auto;
}

.revista .edicao-atual .dflip-books,
.conteudo-noticia-section .dflip-books {
  float: none;
  margin: 0 auto;
}

.revista .edicao-atual #briefing {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

 /*Sempre mostrar o título*/
 ._df_thumb ._df_book-title {
   opacity: 1;
   bottom: 0;
 }