.collections-hero.component {
	 margin-top: 0;
}
 .collections-hero h1, .collections-hero h2{
	 color: var(--tl-light);
	 font-size: var(--tl-h1-font-size);
	 margin-bottom:0;
}
 .collections-hero h1:after, .collections-hero h2:after{
	 display:none;
}
 .collections-text {
	 color: #fff;
	 position:relative;
}
 .break-out{
	 width: 100vw;
	 position: relative;
	 left: calc(-1 * (100vw - 100%) / 2);
}
 .break-out .container-fluid {
	 padding:0;
	 margin:0;
}
 .collections-hero-container {
	 background: var(--collections-hero-image) no-repeat center center local;
	 background-size: cover;
	 height:350px;
	 max-height:350px;
}
 .full-width-container {
	 background: var(--full-width-image) no-repeat center center local;
	 background-color:var(--background-color);
	 background-size: cover;
	 max-height:350px;
	 height:350px;
}
 .collections-content-wrapper {
	 background: rgba(0,0,0,0.7);
	 margin:5px;
	 bottom:0;
	 position:absolute;
}



[data-sidebar="yes"][data-bc-below="yes"] .break-out .component {
 margin: 0 0 50px 0;   
}

[data-sidebar-loc="left"] .break-out {
    left: calc(-1 * (100vw - 65.5%) / 2);
}


[data-sidebar-loc="right"] .break-out {
    left: calc(-1 * (100vw + -134.5%) / 2)
}

