﻿.icon_box {
    padding-top: 1px;
}


#edm_Live {
    width: 100% !important;
    padding: 0px !important;
    margin: 0px 0px !important;
    border: 0px !important;
    min-height: 0px !important;
    border-radius: 6px;
    position: relative;
}

.icon_and_live_box,.icon_and_live_box * {
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
}


#edm_Live .edm_controls {
    position: absolute;
    bottom: 5px;
    right: 10px;
    display: flex;
    align-items: center;
}

#edm_Live .edm_controls .edm_dot {
    width: 15px;
    height: 15px;
    background: #c0c0c0;
    border: none;
    margin: 5px;
    border-radius: 50%;
}

    #edm_Live .edm_controls .edm_dot.active {
        background: #CC0000;
        border: none;
    }

    #edm_Live .edm_controls .edm_dot:hover,
    #edm_Live .edm_controls .edm_dot:active {
        border: none;
    }




#edm_Live, #edm_Live .owl-carousel, #edm_Live .owl-stage-outer, #edm_Live .owl-stage, #edm_Live .owl-item, #edm_Live .live_box {
    height: 100%;
}

@media only screen and (max-width: 1024px) {
    #edm_Live .edm_controls {
        right: 5%;
    }
}

@media only screen and (max-width: 480px) {
    #edm_Live .edm_controls .edm_dot span {
        width: 12px !important;
        height: 12px !important;
        margin: 1px;
    }

    #edm_Live .edm_controls {
        right: 5%;
    }
}
