.enc-native-single {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
}

.enc-native-single-thumb {
    position: relative;
    float: left;
    margin-bottom: 20px;
}

.enc-native-single-thumb img {
    width: 180px;
    height: 135px;
    margin-bottom: 0px!important;
}

.enc-native-single .item-details {
    position: relative;
    min-height: 135px;
    margin-left: 200px;
    margin-bottom: 40px;
}

.enc-native-single .item-details h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0px 0px 12px 0px;
}

.enc-native-single .item-details .native-description {
    margin-bottom: 15px;
    color: #444444;
    font-size: 14px;
    line-height: 20px;
}

.enc-native-multiple .entv-multiple-item {
    width: 190px;
    float: left;
    margin-right: 5px;
}

.enc-native-multiple .entv-multiple-item h5 {
    font-size: 15px;
    font-weight: bold;
}

.clear {
    clear: both;
}

@media screen and (max-width: 480px) {
    .enc-native-single-thumb {
        float: none;
    }
    .enc-native-single .item-details {
        margin-left: 0px;
    }
}