﻿/* Overrides the default Ooyala logo image size that comes from 
    their hosted html5-skin.min.css. This impacts anything wider than
    585px.
*/
.innerWrapper .control-bar .controlBarItemsWrapper .watermark.controlBarItem img {
    width: 60px;
    height: 60px;
}

/* Hides the "Invest in Social Change" Ooyal message */
.social-action-text.text-capitalize {
    display: none;
}

.oo-player-container {
    min-width: 0px!important;
}

/* Ooyala picked this device size to scale down the sizes of their control bar
   controls.
*/
@media (max-width: 585px) {

    .innerWrapper .control-bar .controlBarItemsWrapper .watermark.controlBarItem img {
        width: 40px;
        height: 40px;
    }
}
