.poster .image-cover .device-icon {
    color: #ff9100;
    position: absolute;
    display: block;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.preview-player {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.preview-player video {
    z-index: 0;
}

.preview-player-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.video-insert {
    width: 100%;
    height: auto;
}

/* banners */

.banner.image-banner {
    background: none;
    background-color: transparent;
}

.banner.image-banner a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.banner.image-banner img {
    display: block;
    height: auto;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}