.parents:after {
    content: none;
}

.sub_cont > ul > li { margin-top: 0; }

#particles-js canvas {
	position: absolute;
	top: 0;
}

.media-player {
	width: 220px;
}

.justified {
    text-align: justify !important
}

.bordered_over:focus:before {
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 1px solid rgba(255,255,255,0.18);
}

.media-item-wrapper {
    height: 100%;
}

.media-item:hover,
.media-item:focus {
	cursor: pointer;
}

@media screen and (max-width : 768px) {
	.bordered_over .image_over {
	    transform: scale(1)!important;
	}

	.bordered_over .box_content {
	    opacity: 1;
	    transform: translateY(0);
	}

	.bordered_over:before {
	    top: 15px;
	    left: 15px;
	    right: 15px;
	    bottom: 15px;
	    border: 1px solid rgba(255,255,255,0.18);
	}

	.bordered_over:after {
	    opacity: 1;
	    top: 10px;
	    left: 10px;
	    right: 10px;
	    bottom: 10px;
	}
}

.credits-row {
	margin-top: 2em;
}

.credit-btn.active {
	color: black;
	background: white;
}


#videos .video_block {
	background-color: rgb(13, 13, 13);
	padding: 1em;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

a.link {
    color:#1699cd;
}