.hero.hero-overlay::before{
	 background:none;
}
 .hero-overlay .container > .wysiwyg, .hero-overlay .container > .wysiwyg-x {
	 background-color: rgba(1,33,105,.85);
	 padding: 3rem;
	 border-radius:10px;
	 display:block;
	 max-width: 50rem;
}
 .hero {
	 height: auto;
	 max-height: 600px;
}
 @media (min-width: 992px){
	 .hero > .container {
		 position: absolute;
		 top: 0;
		 right: 0;
		 bottom: 0;
		 left: 0;
		 z-index: 2;
	}
	 .hero > img {
		 position: relative;
		 z-index: 1;
	}
}
 @media (max-width: 991px){
	 .hero-overlay .container{
		 background-color: #012169;
		 max-width:none;
	}
}

#anchor-map-of-the-sacred-spaces-around-campus .wysiwyg *{
    max-width: 100%;
}


 ul.juicer-feed {
	 max-width: 100%;
}
 li.feed-item.j-instagram {
	 border: solid 1px #007dba !important;
}
 .juicer-feed.modern .j-poster h3{
	 font-size: 1.2rem !important;
	 color: #012169;
	 font-weight: 700;
}
 .juicer-feed.modern .j-poster .j-date {
	 font-size: .9rem !important;
	 color: #012169;
	 font-weight: 700;
}

/* King Week */

.mlk-week-hero, .mlk-week-hero figure {
    position: relative;
}
.mlk-week-hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 11.75vw;
    right: 3vw;
    transform: skew(-10deg, 0);
}
.mlk-week-hero__heading {
    font-size: max(1rem, 5vw);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -.05em;
    color: #fff;
    margin: 0 5vw 0 0;
    padding: 0.5vw 1vw 0.15vw 1vw;
    border: solid max(2px, 0.45vw) #0c2340;
}
.mlk-week-hero__subhead {
    font-size: max(0.875rem, 2.75vw);
    line-height: 1;
    color: #0c2340;
    background-color: #fff;
    margin: 0;
    padding: 0.5vw 1vw 0.8vw 1vw;
}
.mlk-week-content .jumbo .col-lg-8, .mlk-week-content .jumbo .col-lg-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.mlk-week-content .jumbo .col-lg-4 {
    margin-bottom: 1.5rem !important;
}
.mlk-week-content .jumbo .col-lg-4 img {
    width: 100%;
    max-width: 220px;
}