.a-d-v-detail {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    height: 440px;
    background-position: center;
    -webkit-flex-basis: 440px !important;
    -ms-flex-preferred-size: 440px !important;
    flex-basis: 440px !important;
    padding:0px !important;
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px #ccc;
}
.a-d-v-detail.short {
    height: 220px;
    -webkit-flex-basis: 220px !important;
    -ms-flex-preferred-size: 220px !important;
    flex-basis: 220px !important;
}
.a-d-v-detail a{
    width:100%;
    height: 100%;
    display: block;
}

.a-d-v-section {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    height: 440px;
    padding:0px !important;
}

.a-d-v-section a{
    width:100%;
    height: 100%;
    display: block;
}