
Ultraman Taiga - O Filme: Clímax da Nova Geração sdsd
►
.video-container {
position: relative;
width: 100%;
height: 400px;
cursor: pointer;
}
.video-thumb {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 100px;
color: red;
background: rgba(0, 0, 0, 0.5);
border-radius: 50%;
padding: 10px;
}