@import url("/styles/base/alpha.less"); .RecentVideosList { .title { } > .separator { display: none; } .videoContainer { background-color: rgba(0,0,0,0.25); box-shadow: 0 0 6px rgba(0, 0, 0, 0.5) inset; padding: 10px; position: relative; object { display: block; outline: none; height: 160px; width: 284px; } .featuredInfo { cursor: pointer; .featuredTitle { padding: 2px 15px 12px 5px; margin-right: 64px; } .featuredDate { position: absolute; right: 14px; top: 15px; } &:hover { .featuredTitle { text-decoration: underline; } } } .thumbnail { cursor: pointer; height: 160px; background-color: rgba(0,0,0,0.33); box-shadow: 0 0 6px rgba(0, 0, 0, 0.5) inset; background-size: 100% 100%; background-repeat: no-repeat; // Error message written by jwplayer > div { height: 100%; overflow: hidden; p { display: block; padding: 10px; margin: 0; height: inherit; background-color: rgba(0,0,0,0.33); } } position: relative; img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } } .playButton { position: absolute; width: 43px; height: 31px; bottom: 18px; left: 18px; background-image: url("/styles/base/img/playVideoIcon.png"); background-repeat: no-repeat; background-position: center center; } &.css2 { background-color: transparent; background-image: url("/styles/base/img/black_25.png"); } } } // Font Settings .RecentVideosList { .featuredDate { font-size: 11px; .alpha(0.5); } }