﻿.adkengage_embed_video
{
    margin: 2px 0px 15px 0px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.adkengage_embed_iframe_wrapper
{
    position:relative;
}
.adk-embed-open,.adk-embed-close  {
    overflow-y: hidden;
    
    -webkit-transition: height 2s ease-in-out;
    -moz-transition: height 2s ease-in-out;
    -o-transition: height 2s ease-in-out;
    transition: height 2s ease-in-out;

  
}
#adkVideoEmbedIframe
{
    display:block;
}
.adk-embed-open
{
}
.adk-embed-close
{
    height:0px;
}

.adk-fadein, .adk-fadeout {
    opacity: 0;
    -moz-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
    -webkit-transition: opacity 3s ease-in-out;
    transition: opacity 3s ease-in-out;
}
.adk-fadein {
    opacity: 1;
}
#divAdkVideoEmbedTopMessage{font-weight:bold;font-size:120%;}
#divAdkEmbedCounter{display:inline-block;}
#divAdkVideoEmbedBodyMessage
{
    position:absolute;
    color:White;
    background-color:Black;
    font-size:17px;
    font-family:Arial;
    width: 100%;
    /*height: 100%;
    background: url(http://api.engage.bidsystem.com/Video%20Placeholder.png) no-repeat;
*/
    background-size: cover;
    background-position: 50% 50%;
}

