.fcyt-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:20px;

margin-top:20px;

}

.fcyt-video img{

width:100%;

border-radius:6px;

}

.fcyt-video h4{

font-size:16px;

margin-top:10px;

line-height:1.4;

}

.fcyt-shorts{

display:flex;

gap:20px;

overflow-x:auto;

padding:10px 0;

}

.fcyt-shorts iframe{

border-radius:10px;

}