﻿/************************/
/* VIDEO */

.custom-video-embed {
    position: relative;
    margin: 1rem 0 2rem 0;
}

.custom-video-embed__preview {
	cursor: pointer;
}

.custom-video-embed-heading-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.custom-video-embed__preview__play {
    background: url("/images/play-btn.png") no-repeat 0 0;
    /*border-bottom: 2px solid #c22c31;*/
    content: "";
    display: block;
    height: 63px;
    width: 31px;
    margin-left: 20px;
}

.custom-video-embed__preview__heading {
    z-index: 10;
    background-color: rgba(30,30,30,.8); /* 1e1e1e */
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
}

.custom-video-embed__preview__thumbnail {
	width: 100%;
}

.custom-video-embed__video {
	/*display: none;*/
}

.custom-video-embed .imageOverlay__overlay--left-aligned {
    left: 0 !important;
}


/************************/
/* AUDIO */

.custom-audio-embed {
    position: relative;
    margin: 1rem 0 2rem 0;
}

.custom-audio-embed__preview {
    cursor: pointer;
}

.custom-audio-embed__preview__heading {
/*    position: absolute;
    bottom: 54px;
    left: 0px;*/
    background-color: rgba(30,30,30,.8); /* 1e1e1e */
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
}

.custom-audio-embed__preview__thumbnail {
    width: 100%;
}

.custom-audio-embed__audio {
    display: none;
}

.custom-audio-embed audio {
   /* position: absolute;
    bottom: 0;*/
    background-color: rgba(30,30,30,.8); /* 1e1e1e */
    width: 100%;
    margin: 0;
    padding: 0;
}

.custom-audio-embed .imageOverlay__overlay {
    background: rgba(255, 255, 255, 0.5);
    top: auto;
    bottom: 0px;
    height: 110px;
}

.custom-audio-embed .imageOverlay__overlay--left-aligned {
    left: 0 !important;
}