/* Code to change page width START */
.container_12 {
    width: 1200px;
}
.s1_grid_12{
    width: auto;
}
@media only screen and (max-width: 1199px) and (min-width: 600px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    min-width: 600px;
}}
@media only screen and (max-width: 616px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    display: block;
}}
/* Code to change page width END */
.YourContentBlockClass {
    border-radius: 15px; /* Adjust the pixel value to control the roundness */
}
.WaGadgetPoll .votingBlock h2 {
  white-space: break-spaces;
}
.WaGadgetPoll .votingBlock {
    margin: 20px; /* top, right, bottom, left all 20px */
}
.sinr-play-button{
position:absolute;
top:80%;
left:50%;
transform:translate(-50%,-50%);
width:70px;
height:70px;
background:#536942;
color:white;
font-size:34px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 6px 18px rgba(0,0,0,0.35);
transition:all .25s ease;
}

.sinr-video-frame:hover .sinr-play-button{
transform:translate(-50%,-50%) scale(1.1);
background:#6f8656;
}