.cutko-video {
margin-bottom: 1.5rem;
position: relative;
max-width: 100%;
aspect-ratio: 16 / 9;
background: #000;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.cutko-video iframe,
.cutko-video video {
width: 100%;
height: 100%;
display: block;
border: none;
object-fit: cover;
}
.widget_cutko_story_widget .promo-video__content h2 {
margin-bottom: 19px;
}
@media screen and (min-width: 992px) {
.widget_cutko_story_widget .promo-video__content h2 {
text-align: left;
margin-bottom: 25px;
}
}
@media screen and (max-width: 991px) {
.widget_cutko_story_widget .promo-video__content {
text-align: center;
}
}
.cutko-story-widget p {
font-size: 1rem;
line-height: 1.6;
color: #444;
margin-bottom: 1rem;
}
.cutko-story .promo-play-button,
.cutko-story .cutko__play-story--img {
position: absolute;
right: 8%;
bottom: 13%;
width: 10vw;
max-width: 117px;
}
@media screen and (max-width: 480px) {
.cutko-story .promo-play-button,
.cutko-story .cutko__play-story--img {
bottom: unset;
right: 10%;
top: 12%;
width: 16vw;
max-width: 55px !important;
}
}