#panelWrapper{padding:1rem;box-sizing:border-box}#panelWrapper *{box-sizing:border-box}#chaturbatePanel{height:100%;overflow:hidden;padding:0 4px;margin-left:auto;margin-right:auto;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:center;max-width:100%;width:100%;border:2px solid #f47321;background-color:#0c6a93}#chaturbatePanel .image-wrapper{padding:4px 8px;margin:auto;display:flex;width:auto;height:auto;margin:.5rem auto;display:flex;justify-content:center;align-items:center;transition:.3s;position:relative}#chaturbatePanel>.image-wrapper a{width:100%;height:auto;display:flex;justify-content:center;align-items:center;overflow:hidden;padding:8px;background-color:#f47321;border-radius:2px;border-color:rgba(0,0,0,.5);border-width:1px;box-shadow:-1px 0 6px rgba(50,50,50,.5),0 1px 6px rgba(50,50,50,.5),1px 0 6px rgba(50,50,50,.5),0 -1px 6px rgba(50,50,50,.5)}#chaturbatePanel .image-wrapper img{max-width:100%;height:auto;box-shadow:-1px 0 3px rgba(50,50,50,.5),0 1px 3px rgba(50,50,50,.5),1px 0 3px rgba(50,50,50,.5),0 -1px 3px rgba(50,50,50,.5)}#chaturbatePanel .image-wrapper:hover{transform:scale(1.1)}#chaturbatePanel .image-wrapper:hover .roominfo{opacity:100%;transition:250ms}