.contentor.bob-dylan {
    background-image: url("https://www.wook.pt/img/_201901-p-folhetosaldos-bob-dylan.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 120%;
}
.pagina.romance.bob-dylan {
    align-items: stretch;
}
.conteudo.romance.bob-dylan {
    align-content: stretch;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: stretch;
} 
.romance.produtos.bob-dylan {
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.bob-dylan iframe {
    display: none;
}
.capa.bob-dylan {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 75%;
}
.capa.bob-dylan img {
    text-align: left;
    padding-top: 20px;
    width: calc(100% - 20px);
}
.produtos.bob-dylan p a{
    color: #333;
    text-decoration: underline;
}
.bob-dylan h2 {
    color: #99000d;
    font-family: "BryantProLight", sans-serif;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}
.sinopse.bob-dylan {
    color: #333;
    display: none;
    font-family: "BryantProRegular", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    text-align: left;
}
@media (min-width: 1200px) {
    .produtos.bob-dylan {
        flex-direction: row;
        -webkit-flex-direction: row;
    }
    .bob-dylan iframe {
        box-sizing: border-box;
        display: initial;
        height: 320px;
        padding: 20px 0 0 20px;
        width: 35%;
    }
    .bob-dylan h2 {
        font-size: 52px;
        letter-spacing: -1px;
        width: 100%;
    }
    .capa.bob-dylan img {
        padding-top: 20px;
        width: 100%;
    }
    .capa.bob-dylan {
        width: 20%;
    }
    .sinopse.bob-dylan {
        align-self: center;
        box-sizing: border-box;
        color: #333;
        display: initial;
        font-size: 16px;
        height: 320px;
        padding: 20px 0 0 20px;
        width: 45%;
        overflow: scroll;
        text-overflow: ellipsis;
    }
    p.sinopse.bob-dylan a {
        color: #99000d;
    }
    p.sinopse.bob-dylan a:hover {
        background-color: #99000d;
        color: #fff;
    }
}