.embed-share {
    width: 50%;
    left: 0;
    position: absolute;
}

.embed-share .share {
    height: 40px;
    cursor: pointer;
}

.embed-share .share-actions {
}

.embed-share .section-title {

}

.embed-footer {
    position: absolute;
    width: 100%;
    height: 40px;
    z-index: 2;
    bottom:0;
    background-color: white;
    display: none;
}

.embed-footer .logo {
    position: absolute;
    right: 5px;
    padding: 5px;
    height: 100%;
}

.embed-footer .logo img {
    height: 20px;
}

.share {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;   
    max-width: 25%;
}
.share.facebook {
    background-color: rgb(60, 89, 150);
}
.share.message {
    background-color: rgb(25, 220, 85);
}
.share.twitter {
    background-color: rgb(88, 171, 235);
}
.share.instagram {
    background-color: rgb(64, 113, 153);
}
.share.tumblr {
    background-color: rgb(52, 70, 93);
}
.share.reddit {
    background-color: rgb(206, 227, 248);
}
.share.pinterest {
    background-color: rgb(170, 38, 42);
}
.share img {
    height: 55%;
    max-width: 100%;
    width: auto;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100%;
  position: relative; }

.flex-container.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  width: 100%; }

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.shadow {
    display: none;
}

/* http://www.colorzilla.com/gradient-editor/ */
.top-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top:0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.bottom-shadow {
    position: absolute;
    width: 100%;
    height: 80px;
    z-index: 1;
    bottom:0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}

.item video, .item-embed video {
  width: 100%;
}

.video-container {
    width: 100%;
    position: relative;
}

.video-container video {
  max-width: 100%;
}

video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

.caption, .embed-caption {
    background-color:white;
    font-size: 1.25em;
    line-height: 1.25em;
    margin: 0;
    padding: 6px 12px;
    font-family: Brown Light;
    word-wrap: break-word;
    white-space: pre-wrap;
    width: 100%;
    display: block;
}
p .embed-caption a {
    color: #000000 !important;
}
.video-caption {
    display: none;
}
.play-button-back {
    height: 85px;
    width: 85px;
    border: none;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.50);
    border-color: white;
    border-width: 2px;
    border-style: solid;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .75;
-webkit-transition: opacity .3s;
   -moz-transition: opacity .3s;
     -o-transition: opacity .3s;
        transition: opacity .3s;
}
.play-button-back {
    pointer-events: none;
}
.play-button-back:hover {
    opacity: 1;
}
.play-triangle {
    width : 0;
    height : 0;
    border-top: 13px solid rgba(255, 255, 255, 0);
    border-bottom: 13px solid rgba(255, 255, 255, 0);
    border-left: 26px solid white;
    margin : auto;
    position : absolute;
    top : 0;
    bottom : 0;
    right : 0;
    left : 8px;
    transform : scale(.9999)
}