.gif-player {
    position: relative;
    margin: 0 0 20px 0;
}

.gif-ctrl-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.gif-ctrl {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 30px;
    margin: -16px 0 0 -16px;
    background-image: url('../../../themes/roots/assets/css/images/click2gif.png');
    cursor: pointer;
}

.gif-player-l .gif-ctrl {
    background-image: url('../../../themes/roots/assets/css/images/ajax-loader.gif') !important;
}

@media only screen and (min-device-pixel-ratio: 2) {
    .gif-ctrl {
        background-image: url('../../../themes/roots/assets/css/images/click2gif@2x.png');
    }
}


/*
 * JETI műsor fix
 */

.noimage .gif-player {
    display: none;
}
