@media only screen and (min-width: 768px) {
    .pf_event_block {
        display: block;
        list-style: none;
        background: #333;
        margin: 0;
        border-radius: 40px;
        padding: 10px 0 3px 10px;
    }
    .pf_event_image {
        float: left;
    }
    .pf_event_image img {
        width: 300px;
        height: 300px;
        border-bottom-left-radius: 32px;
        border-top-left-radius: 32px;
    }
    .pf_event_content {
        padding: 0 20px 0 320px;
    }
    .pf_event_title {
        font-size: 22px;
        font-weight: bold;
        padding-bottom: 25px;
    }
    .pf_event_loc {
        /* padding-bottom: 10px; */
        /* width: 300px; */
        float: left;
    }
    .pf_event_name {
        /* padding-bottom: 10px; */
        font-size: 18px;
        font-weight: bold;
        color: #ccc;
    }
    .pf_event_addr {
        padding-bottom: 10px;
    }
    .pf_event_date {
        padding-right: 20px;
        text-align: right;
        width: 100px;
        top: 225px;
        position: relative;
        border: 1px solid #ff691e;
        left: -7px;
        background:#ff691e;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        color: #333;
        line-height: 1.2;
        font-weight: bold;    
    }
    .pf_event_tags {
        padding-top:5px;
        padding-right:20px;
        width:100%;
        display:inline-block;
    }
    .pf_tag {
        float:left;
        padding:5px 10px 3px 10px;
        margin:2px 5px 2px 5px;
        border:1px solid #ccc;
        border-radius:5px;
        background:#888;
        color:#333;
    }
    .pf_tag:last-of-type {
        float:none;
        border:0;
        background:none;
    }
    .pf_event_desc {
        padding-top:10px;
        margin-bottom:10px;
        overflow: hidden;
        display: -webkit-box;
        max-width: 800px;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;    
   }
    .pf_clearfix::after {
        content:"";
        clear:both;
        display:table;
    }
}

@media only screen and (max-width: 768px) {
    .pf_event_block {
        display:block;
        list-style:none;
        background:#333;
        margin:0;
        border-radius:40px;
        padding:10px 0 3px 10px;
    }
    .pf_event_image {
    
    }
    .pf_event_image img {
        min-width: 200px;
        min-height: 200px;
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
        width: 97%;
    }
    .pf_event_content {
        padding: 0 20px 0 20px;
    }
    .pf_event_title {
        font-size: 22px;
        font-weight: bold;
        padding-bottom: 25px;
        padding-top: 10px;
    }
    .pf_event_loc {
        padding-bottom: 10px;
        width: 300px;
        float: left;
    }
    .pf_event_name {
        /* padding-bottom: 10px; */
        font-size: 18px;
        font-weight: bold;
        color: #ccc;
    }
    .pf_event_addr {
        padding-bottom: 10px;
    }
    .pf_event_date {
        padding: 4px 20px 0 20px;
        text-align: center;
        position: relative;
        top: 38px;
        margin: 0 auto;
        width: 125px;
        border: 1px solid #ff691e;
        background: #ff691e;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        color: #333;
        line-height: 1.2;
        font-weight: bold;
    }
    .pf_event_tags {
        padding-top:5px;
        padding-right:20px;
        width:100%;
        display:inline-block;
    }
    .pf_tag {
        float:left;
        padding:5px 10px 3px 10px;
        margin:2px 5px 2px 5px;
        border:1px solid #ccc;
        border-radius:5px;
        background:#888;
        color:#333;
    }
    .pf_tag:last-of-type {
        float:none;
        border:0;
        background:none;
    }
    .pf_event_desc {
        padding-top:10px;
        margin-bottom:10px;
        overflow: hidden;
        display: -webkit-box;
        max-width: 400px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;    
    }
    .pf_clearfix::after {
        content: "";
        clear: both;
        display: table;
    }
}
