.article--withVideo {
	cursor: pointer;
}

.article__overview {
	position: relative;
}

.article__link.a-overlay {
	position: absolute !important;
	display: block !important;
}

.article__categories .tag {
	z-index: 3;
}

.shorts__overlay {
	pointer-events: none;
}

.resources--section .article .video__overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease-in-out;
	pointer-events: none;
}

.resources--section .article a.article__link:hover .video__overlay{
    opacity: 1;
}

.resources--section .article .video__overlay.is__playing {
    opacity: 1;
}

.resources--section .article .video__overlay .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}