
.bro-hero-header {
    position:relative;
    min-height:80vh;
	overflow: hidden;
}
.bro-hero-header .icon-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding:.5rem 0;
}
.bro-hero-header .icon-list li .icon {
    position: relative;
    flex: 0 0 15vw;
	max-width:6rem;
    height: 5rem;
    margin-right: 1rem;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.bro-hero-header .container {
    position:relative;
    z-index:5;
}
.bro-hero-header .bg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow: hidden;
    z-index:1;
    opacity:.3;
}
.bro-hero-header .bg video {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
}
.bro-hero-header .bg,
.bro-hero-header .bg[data-aos="grayscale"],
[data-aos="grayscale"] {
    filter: grayscale(1) blur(5px);
    opacity:.2;
	transition-property: filter, opacity;
}
/*
.bro-hero-header .bg[data-aos="grayscale"].aos-animate,
[data-aos="grayscale"].aos-animate {
	filter: grayscale(0) blur(0);
	opacity:.7;
	transition-duration: 26s;
}
*/
@media only screen and (max-width: 768px) {
    .bro-hero-header .icon-list br {
        display:none;
    }
}