.video-container  {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.card .video-container{
    position: relative !important;
    padding-bottom: 56.25% !important;
    padding-top: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
.yt-vid iframe, .vimeo-vid iframe {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}
.vid-overlay {
    position: absolute;
    background-color: black;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 25% 0 0 0;
    color: #fff;
    z-index: 4;
}
button.btnAcceptVimeo, button.btnAcceptYT {
    width: 100%;
    border-radius: 0px;
}
#cover .btnAcceptVimeo,
#cover .btnAcceptYT{
    position: absolute;
    top: 0;
    z-index: 4;
}

/* Start - [KIT] Social Media Feed */
.social-media-feed-scroll-twitter {
	overflow-y: hidden;
}
.social-media-feed-scroll-twitter:hover {
	overflow-y: auto;
}
.ak-info-icon{
    position: absolute;
    top: -25px;
    right: -5px;
  }
  
/* End - [KIT] Social Media Feed */
