
.jumbotron {
        height:900px !important;
}


.jumbotronData {
	width: 100%;
    height: 20%;
    max-width: none;
}

div.jumbotron h1 {
    opacity: 1;
}

.jumbotron {
    padding-top: 20px;
}


@media (max-width: 768px) {

    .jumbotronData {
        width: 100%;
        height: 50%;
        max-width: none;
    }
	.jumbotron {
        height: 100%;
}
}

.mwidgetposts .blog-entity {
    padding: 25px;
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
}

.mwidgetposts .blog-entity > .divTable {
    position: relative;
}

.mwidgetposts .blog-entity .divCell.center.middle {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.mwidgetposts .blog-entity h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    padding: 10px 0;
}




.mwidgetposts .blog-entity .btn.btn-default {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 12px 20px;
}
