﻿
.card-story .card-text p {
    border-radius: 50% !important;
    height: 340px !important;
    width: 340px !important;
    overflow: hidden !important;
    text-align: center !important;
}

    .card-story .card-text p img {
        height: 340px !important;
        width: auto !important;
        aspect-ratio: auto !important;
    }


.card-story .card-text figure.image {
    border-radius: 50% !important;
    height: 340px !important;
    width: 340px !important;
    overflow: hidden !important;
    text-align: center !important;
}

    .card-story .card-text figure.image img {
        height: 340px !important;
        width: auto !important;
        aspect-ratio: auto !important;
    }





.card-story .card-text {
    border-radius: 50% !important;
    height: 340px !important;
    width: 340px !important;
    overflow: hidden !important;
    text-align: center !important;
}

    .card-story .card-text  img {
        width: unset !important;
        height: 340px !important;
    }


.card-story .card-title {
    min-height: 65px !important;
    vertical-align: middle !important;
}
