.ct-tile-activity-container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ct-tile-img {
    width: 350px;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.ct-tile-textcontainer {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 40px;
}
.ct-tile-link {
    background-color: #000000;
    color: #ffffff !important;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 25px;
    display: inline-block;
    text-decoration: none !important;
}
.ct-tile-title {
    min-height: 66px;
    font-size: 20px !important;
}
.ct-tile-date {
    margin: 0;
    min-height: 30px;
}
.ct-tile-location {
    min-height: 30px;
}
.ct-tile-onelinedescription {
    min-height: 30px;
}