section.matrix {
	padding-top: 0;
}

section.matrix .floatrow:after,
section.matrix .spacer:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

section.matrix .col:not(.quote) {
	height: 10em;
	border: 4px solid #fff;
	display: inline-block;
	float: left;
	background: rgb(247,247,247);
    background: linear-gradient(120deg, rgba(99,99,99, 0.05) 0%, rgba(99,99,99,0.15) 100%);
    position: relative;
}

section.matrix .floatrow > .col,
section.matrix .floatrow > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

section.matrix .col:not(.quote) a {
    display: block;
    width: 100%;
    height: 100%;
    color: #505050;
}
section.matrix .col .front,
section.matrix .col .back {
	position: absolute;
    display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: auto auto;
}

section.matrix .col .front img,
section.matrix .col .front svg {
	object-fit: contain;
	display: block;
	width: 100%; height: 100%;
	max-width: 50%;
	max-height: 50%;
	position: absolute;
	top: 40%; left: 50%;
	transform: translate(-50%, -50%);
}

section.matrix .col .front img {
    max-width: 60%;
    max-height: 60%;
}

section.matrix .col.substance svg path,
section.matrix .col.substance svg line,
section.matrix .col.substance svg polyline,
section.matrix .col.substance svg ellipse,
section.matrix .col.substance svg circle {
	stroke: #fff;
}

section.matrix .col .front .title {
	position: absolute;
	width: 90%;
	left: 5%;
	top: 70%;
	font-size: 1.5em;
    line-height: 1.25em;
	text-align: center;
}
section.matrix .col .front .description {
	display: block;
    font-size: 75%;
    line-height: 1.25em;
}

section.matrix .col .back {
    opacity: 0;
    transition: all 0.5s;
    transform: scale(1.05);
    color: #fff;
    padding: 2em;
    text-align: left;
    font-size: 125%;
}

section.matrix .col .back .title {
    display: block;
    font-size: 1.5em;
    line-height: 1.2em;
}

section.matrix .col .back .description {
    display: block;
    margin-bottom: 1em;
}

section.matrix .col.all .back .description {
	position: absolute;
	left: 50%; transform: translateX(-50%);
	bottom: 1em;
	white-space: nowrap;
}
section.matrix .col.all .back .description .decoration {
    text-decoration: underline;
}

section.matrix .col.substance a {
	color: #fff;
}

section.matrix .col.parall {
}

section.matrix .col.parall img {
	object-fit: cover;
	width: 100%; height: 100%;
    -ms-filter: grayscale(100%);
	filter: grayscale(100%);
	/*opacity: 0.8;*/
    transition: all 0.5s;
}
section.matrix .col.parall a:hover img {
    -ms-filter: grayscale(0%);
	filter: grayscale(0);
	opacity: 1;
}
section.matrix .col.parall a:hover .back .description {
    text-decoration: underline;
}

section.matrix .col .btn-primary {
    background-color: #fff;
    color: #222;
    border-color: #fff;
    position: absolute;
    bottom: 2em;
    font-size: 0.85rem;
}

section.matrix .col.parall a {
	overflow: hidden;
}
section.matrix .col.parall a:hover img {
    transform: scale(1.1);
}

section.matrix .col.article a img{
    -ms-filter: grayscale(100%);
	filter: grayscale(100%);
    transition: all 0.5s;
	object-fit: cover;
}

@media (max-width: 991px) {
	section.matrix .col.article a:hover img {
		-ms-filter: grayscale(0%);
		filter: grayscale(0);
	}
}
@media (min-width: 1200px) {
	section.matrix .col.article a:hover img {
		opacity: 0;
	}
}

section.matrix .col.article .back {
	color: #505050;
}

section.matrix .col.extra.ev {
    background: linear-gradient(120deg, rgba(99,99,99, 1) 0%, rgba(29,29,29,1) 100%);
}
section.matrix .col.extra .back {
    color: #505050;
}
section.matrix .col.extra.ev .back {
    color: #fff;
}

section.matrix .col.extra .front .title {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.4;
}

section.matrix .col.extra svg {
    max-width: 60%;
    max-height: 60%;
    top: 50%;
}

section.matrix .col.quote {
    margin: 2.5em 0;
}

section.matrix blockquote {
    max-width: 45rem;
}


/*.badge.selected {
	padding-right: 1.8em !important;
}
.badge .btn-close {
	font-size: 1.4rem;
	line-height: 1.2em;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	width: 1.4em;
	height: 1.4em;
	color: #fff;
	border-radius: 0.7em;
	text-transform: lowercase;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #dedede;
}

.badge .btn-close svg {
	width: 40%;
	height: 40%;
}
.badge .btn-close svg path {
    fill: #505050;
}

a:hover .badge .btn-close {
	background-color: #ccc;
    border: 1px solid #ccc;
}*/

section.matrix .col:not(.quote) {
    height: 320px;
}
section.matrix .col.tall:not(.quote) {
    height: 640px;
}


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    section.matrix .col.parall {
        height: 120vw !important;
    }
}

@media (min-width: 576px) {
    section.matrix .col.parall {
        height: 700px;
    }
}

@media (min-width: 768px) {
    section.matrix .col:not(.quote) {
	    height: 360px;
	}
    section.matrix .col.tall:not(.quote) {
        height: 720px;
    }
    section.matrix .col.quote {
	    margin: 5em 0;
	}
	section.matrix .col.parall .back {
	    z-index: 1;
	    opacity: 1;
	    transform: scale(1);
	}
	section.matrix .col.parall .back .description {
	    position: absolute;
	    text-align: right;
	    bottom: 2em;
	    right: 2.5em;
	}
}
@media (min-width: 992px) {
	section.matrix .col:not(.quote) {
	    height: 320px;
	}
    section.matrix .col.tall:not(.quote) {
        height: 640px;
    }
}
@media (min-width: 1200px) {
    section.matrix .col:not(.quote) {
	    height: 380px;
	}
    section.matrix .col.tall:not(.quote) {
	    height: 760px;
	}
	section.matrix .col .front .title {
        top: 75%;
	}

	section.matrix .col:not(.all) a:hover .front .title {
	    display: none;
	}
	section.matrix .col a:hover .back {
	    opacity: 1;
	    transform: scale(1);
	}

	section.matrix .col.extra a:hover svg {
	    opacity: 0;
	}

}
/*@media (min-width: 1440px) {
	section.matrix .container {
	   max-width: 1356px !important;
	}
	section.matrix .col {
	    height: 452px;
	}
    section.matrix .col.tall {
        height: 904px;
    }
}*/
