.clipsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}

.clipContainerSingular:nth-child(odd) {
    float: left;
    width: 49.5%;
	margin-right: 0.5%;
	margin-bottom: 5%;
}

/* to fix layout after clipContainerSingular */
.single-post .elementor-widget-theme-post-content h1,
.single-post .elementor-widget-theme-post-content h2,
.single-post .elementor-widget-theme-post-content h3,
.single-post .elementor-widget-theme-post-content h4,
.single-post .elementor-widget-theme-post-content h5,
.single-post .elementor-widget-theme-post-content h6,
.single-post .elementor-widget-theme-post-content p {
    clear: both;
}

/* .clipContainerSingular:nth-child(even) {
    float: right;
    width: 49.5%;
} */

.clipContainer {
    width: 49.5%;
	height: 12vw;
	margin-bottom: 0.9%;
    position: relative;
    color: #b1b1b1;
    font-family: "artlist sans", Sans-serif;
    font-size: 16px;
	border: 1px solid #2d2d2d;
}

.clipContainer.single_clip {
    width: 100%;
    height: 25vw;
}

.clipContainerSingular .clipContainer {
    width: 100%;
}

.clipContainer span.isNewBadge {
    background-color: #ffda2a;
    color: #000000;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    border-radius: 6px;
    top: 10px;
    left: 10px;
    line-height: 1em;
}

.clipContainer div[aria-label="Video Player"] {
    width: 100%;
    height: 100%;
}

.clipContainer div[aria-label="Video Player"] video {
    height: 100%;
    object-fit: cover;
}

.clipContainer .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(49,222,134,0) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 20px 10px 20px;
    opacity: 0;
    transition: all 0.3s ease;
}

.clipContainer:hover .overlay {
    opacity: 1;
	transition: all 0.3s ease;
}

span.clipNames {
    line-height: 1.5em;
}

a.clipName {
    /* color: #b1b1b1 !important; */
    text-decoration: none !important;
	text-transform: capitalize;
}

.artistName {
    font-size: 90%;
}

.clipDownload i {
    font-family: 'FontAwesome';
    font-style: normal;
}

.noClipsError {
    padding: 10px;
    color: #797979;
    font-weight: bold;
    border: 1px solid #2d2d2d;
}

@media (min-width:768px) and (max-width:1025px) {
	
	.clipContainer {
		height: 25vw;
	}
	
	.clipContainer.single_clip {
		width: 100%;
		height: 55vw;
	}
	
}

@media (max-width:767px) {
	
	.clipContainer {
		width: 100%;
		margin-bottom: 2%;
		height: 60vw !important;
	}
	
	.clipContainerSingular {
		float: none !important;
		width: 100% !important;
		margin-right: 0 !important;
	}
	
	.clipContainer .overlay {
		opacity: 1 !important;
	}
	
}

.responsive-video-wrap:before {
    padding-top: 0 !important;
}
