
.graphic_video {
    width: 100%;
}

.vid {
    display: flex;
    flex-wrap: wrap;
    max-width: 950px;
    margin: 0 auto;
}

.vid_desc {
    width: 100%;
    font-size: 22px;
    line-height: 31px;
    padding-top: 16px;
}
.subtituloVideo {
    width: 100%;
}

.vid_title {
    color: #E0CE6E;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
}

.icono {
    max-width: 26px;
    float: left;
    padding: 0px 6px 0px 0;
  }

  .allhist .historia .titulo, .allhist .historia .mas_fecha {
    color: #fff;
}

  .vid_desc a {
    color: #FDFBD4;
    border-bottom: 1px dotted #FDFBD4;
  }
@media screen and (min-width: 768px) {
    .subtituloVideo {
        width: calc(100% - 290px);
    }
    .vid_desc {
        width: 290px;
        align-self: center;
        line-height: 37px;
    }
}
@media screen and (min-width: 1260px) {

}
