iframe.size {
    width: 100%;
    height: 100%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.wp-block {
    margin: 0 0 15px 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    cursor: default;
    border-radius: 2px;
}

a:hover {
    text-decoration: none;
}

.no-margin {
    margin: 0 !important;
}

.wp-block.inverse .figure {
    position: relative;
}

.wp-block.inverse .figure img {
    width: 100%;
}

.wp-block-info-over.btn-group {
    background: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.wp-block-info-over.left {
    background: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    bottom: 42px;
    left: 0;
}

.wp-block-info-over {
    width: 100%;
    padding: 10px;
    background: #9cd70e;
    border-top: 1px solid #e0eded;
}

.wp-block-info-over.left h2 {
    font-size: 13px;
    font-weight: normal;
}

.wp-block.inverse h2, .wp-block.inverse .title {
    margin: 0;
    /*padding: 12px 15px 0 0;*/
    font-weight: 500;
    font-size: 16px;
    color: #333;
    text-transform: none;
}

.wp-block-info-over.left h2 span {
    padding: 10px 15px 20px;
    margin: 0;
    width: 100%;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    background: rgba(51, 51, 51, .8);
    background: #2c3e50;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.wp-block-info-over.left h2 .label {
    position: absolute;
    bottom: -42px;
    left: 0;
    padding: 0.5em 0.6em;
}

.label {
    border-radius: 0;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
