﻿article img {
    margin-left: 0rem;
    margin-bottom: 0rem;
}

.jumbotron {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 15px;
    border-radius: 0;
    position: relative;
}

.jumbotron .jumbotron-overlay.overlay-middle-right {
    top: 50%;
    transform: translateY(-50%)!important;
    right: 0px;
}
.jumbotron.jumbotron-viola .jumbotron-overlay {
        background-color: rgba(87,1,113,.7);    color: #fff;
}
.jumbotron .jumbotron-overlay {
    padding: 1rem;
    position: absolute;
    overflow: hidden;
}
@media (max-width: 991.98px){
.jumbotron .jumbotron-overlay[class*=overlay-] {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	top: 0!important;
	left: 0;
	bottom: 0;
	height: auto;
	transform: none!important;
	position: relative;
	background: #e0e0e0;
	color: #000;
	border-bottom: 3px solid #333333!important;

}
}



@media (max-width: 991.98px){
.jumbotron .w-50 {
    width: auto!important;
}}

.jumbotron .display-4 {
    font-size: 2.5rem;
}

@media (max-width: 991.98px){
.jumbotron .display-4 {
    font-size: 1.7rem;
}}
.shadow {
     color:#000000;
    
}

.shadow:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    color:#000000;
    
}
