.video-facade {
    position: relative;
    text-align:center;
    cursor: pointer;
}

.video-facade p {
    position: absolute;
    color: white;
    background-color: rgba(0,0,0,0.5);
    padding: 0.5em;
    border-radius:1em;
    left: 50%;
    transform:translateX(-50%);
    width: 35%;
}
.svgDiv {
    position:absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
//    background-color: rgba(0,0,0,0.5);
    border-radius: 1em;
    z-index: 10;
}
.svgDiv svg {
	transition: all .25s ease;
	fill: rgb(100 0 0 / 0.5) !important;
}
.video-facade:hover .svgDiv svg {
	fill: rgb(255 0 0 / 1) !important;
}
.custom-padding::before {
    padding-top:0!important;
}
