﻿.d-card-design-image-round.d-card > .d-card-image {
    border-radius: 50%;
}

.d-card-design-image-curved.d-card > .d-card-image {
    border-radius: 7px;
}

.d-card-design-image-square.d-card > .d-card-image {
    border-radius: 7px;
}


.d-card {
    background-size: cover;
/*    background-attachment: fixed;
*/    background-position: center;
    background-repeat: no-repeat;
}