#page_dossier {
  max-width: 100%;
}
#bpl-CORNER-DENIM {
    width: 100%;
    color: #0D3880;
    position: relative;
    margin-bottom: 30px;
}

#bpl-CORNER-DENIM .bpl-container {
    margin: 0 auto;
    display: flex;
}

#bpl-CORNER-DENIM .bpl-item {
    flex: 1;
    background: #fff;
    text-align: center;
}

#bpl-CORNER-DENIM picture.bg, #bpl-CORNER-DENIM img.bg, #bpl-CORNER-DENIM video {
    width: 100%;
    min-height: 369px;
    height: auto;
    object-fit: cover;
    object-position: center;
}
#bpl-CORNER-DENIM h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 5px;
    color: #0D3880;
}

#bpl-CORNER-DENIM p {
    font-size: 12px;
    line-height: 1.4;
    margin: 0 10px 15px;
}

@media (max-width: 768px) {

    #bpl-CORNER-DENIM .bpl-container {
        max-width: 100%;              
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #bpl-CORNER-DENIM picture.bg, #bpl-CORNER-DENIM img.bg, #bpl-CORNER-DENIM video {
        width: 100%;
        min-height: 117px;
        height: auto;
        object-fit: initial;
        object-position: center;
    }
    #bpl-CORNER-DENIM .bpl-container::-webkit-scrollbar {
        display: none;
    }

    #bpl-CORNER-DENIM .bpl-item {
        flex-shrink: 0;
        width: 100%; 
    }
}
@media (max-width: 520px) {
  #bpl-CORNER-DENIM .bpl-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
