.ikn-evt-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
}
.ikn-evt-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ikn-evt-frame.ikn-evt-ie {
position: relative;
padding-bottom: 56.23%;
height: 0;
overflow: hidden;
max-width: 100%;
background: #000;
}
.ikn-evt-frame.ikn-evt-ie iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
background: transparent;
}
.ikn-evt-frame.ikn-evt-ie img.ikn-evt-thumbnail {
bottom: 0;
display: block;
left: 0;
margin: auto;
max-width: 100%;
width: 100%;
position: absolute;
right: 0;
top: 0;
border: none;
height: auto;
cursor: pointer;
-webkit-transition: .4s all;
-moz-transition: .4s all;
transition: .4s all;
}
.ikn-evt-frame.ikn-evt-ie[data-source="youtube"] img.ikn-evt-thumbnail {
top: -63px;
bottom: -63px;
}
.ikn-evt-frame.ikn-evt-ie:hover img.ikn-evt-thumbnail {
-webkit-filter: brightness(75%);
}
.ikn-evt-frame.ikn-evt-ie .ikn-evt-play-button {
height: 20%;
width: 13%;
left: 44%;
top: 42%;
position: absolute;
cursor: pointer;
z-index: 1;
background-size: contain !important;
}
.ikn-evt-frame.ikn-evt-ie .ikn-evt-heading-container {
width: 100%;
position: absolute;
top: 0;
background: rgba(0, 0, 0, .5);
left: 0;
padding: 0.7em;
box-sizing: border-box;
}
.ikn-evt-frame.ikn-evt-ie .ikn-evt-heading-container .ikn-evt-heading-title {
font-weight: bold;
font-size: 1.5em;
color: #FFFFFF;
line-height: 30px;
margin: 0;
cursor: pointer;
}