.mb-1 {
    margin-bottom: 5px!important;
}

.mb-2 {
    margin-bottom: 10px!important;
}

.mb-3 {
    margin-bottom: 15px!important;
}

.mt-0 {
    margin-top: 0!important;
}

.mt-6 {
    margin-top: 30px!important;
}

.hl-grid-wraper {
    overflow-x: hidden;
}

.hl-grid-items {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}

.hl-grid-items .hl-grid-item {
    flex: 0 0 33.333333333%;
    max-width: 33.333333333%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.hl-grid-item-inner {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 4px;
    height: 100%;
}

.hl-grid-item-thumb a {
    display: block;
    background-color: rgba(0, 0, 0, .125);
    height: 0;
    padding-bottom: 60%;
    background-size: cover;
    background-position: center top;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.hl-grid-item-content {
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding: 10px;
}

.hl-grid-item-meta,
.hl-grid-item-meta a {
    font-size: 12px;
    color: #666;
}

.hl-generate-page {
    text-align: center;
}

.el-detail-iframe {
    position: relative;
    height: 0px;
    padding-bottom: 55%;
    margin-bottom: 15px;
}

.el-detail-iframe-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.el-detail-bodytext {
    margin-bottom: 15px;
}

.el-detail-bodytext img {
    max-width: 100%!important;
}
