.small-card-view{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}



.small-card-view .card{
    display: inline-block;
    width: 300px;
    height: 350px;
    margin: 15px;
}

.small-card-view .activity-details i{
    margin-right: 5px;
}


.small-card-view .card-image{
    background-color: black;
}

.small-card-view .card-image img{
        opacity: 0.8;

}

.small-card-view .activity-details {
    margin-bottom: .5em;
}

.small-card-view .card .card-image img{
    height: 200px;
    width: auto;
}

.small-card-view .card .card-content{
    height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media only screen and (max-width: 730px) and (min-width: 480px){
    .small-card-view .card {
        width: 200px;
        height: 250px;
        margin-bottom: 20px;
    }

    .small-card-view .card .card-image img{
        height: 150px;
        width: auto;
    }

    .small-card-view .card .card-content{
        height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }


}

@media only screen and (max-width: 480px){
    .small-card-view .card {
        width: 100%;
        margin-bottom: 20px;
        height: initial;
    }

    .small-card-view .card .card-image img{
        width: 100%;
        height: auto;
    }

    .small-card-view .card .card-content{
        height: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.registration-button{
    display:none;
}

.registration-button:last-child{
    display: inline-block;
}