#videospace { display: block; position: absolute; top: 0px; left: 0px; right: 0px; overflow: hidden; } #remoteVideos { display:block; position:absolute; text-align:right; height:196px; padding: 18px; bottom: 0; left: 0; right: 20px; width:auto; border:1px solid transparent; z-index: 5; transition: bottom 2s; overflow: visible !important; font-size: 0pt; /*!!!Removes the gap between the local video container and the remote videos.*/ } #remotevideos.hidden { bottom: -196px; } .videocontainer { position: relative; margin-left: auto; margin-right: auto; text-align: center; } #remoteVideos .videocontainer { display: none; background-color: black; background-size: contain; border-radius:1px; border: 1px solid #212425; /*margin-right: 1px;*/ } /*#remoteVideos .videocontainer:hover,*/ #remoteVideos .videocontainer.videoContainerFocused { cursor: hand; /* transform:scale(1.08, 1.08); -webkit-transform:scale(1.08, 1.08); */ transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -webkit-animation-name: greyPulse; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: 1; overflow: visible !important; } #remoteVideos .videocontainer:hover { border: 1px solid #c1c1c1; } #remoteVideos .videocontainer.videoContainerFocused { box-shadow: inset 0 0 28px #006d91; border: 1px solid #006d91; } #remoteVideos .videocontainer.videoContainerFocused:hover { box-shadow: inset 0 0 5px #c1c1c1, 0 0 10px #c1c1c1, inset 0 0 60px #006d91; border: 1px solid #c1c1c1; } #localVideoWrapper { display:inline-block; } /* With TemasysWebRTC plugin element is used instead of