.landing .youtube-short-row-wrapper:has(.yts-link-wrapper) {
	padding-bottom: 0px;
}
.landing .youtube-short-row-wrapper {
	padding-bottom: 25px;
}
.landing .youtube-short-row-wrapper {
    background: radial-gradient(circle at top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 20%, transparent 100%);
}
.landing .youtube-short-row-wrapper .yts-link-wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-bottom: 35px;
	padding-top: 20px;
}
.landing .youtube-short-row-wrapper .yts-link-wrapper a,
.landing .youtube-short-row-wrapper .yts-link-wrapper p {
    font-size: 1.692308em;
    line-height: 1.5;
    color: #343536;
    font-weight: 300;
    padding: 0 0 15px;
}
.landing .youtube-short-row-wrapper .yts-link-wrapper a {
	background: #6b2c91;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
}
.landing .youtube-short-row-wrapper .yts-link-wrapper a img {
	height: 1.3em;
	margin-top: -4px;
	margin-left: 5px;
}
.youtube-short-row-wrapper.row-wrapper-end-cover {
	position: relative;
	margin: 0 auto;
    max-width: 1140px;
}
.scrolling-wrapper {
/*	overflow-x: scroll;*/
	overflow-y: hidden;
	white-space: nowrap;
	max-width: 1140px;
	display: flex;
	justify-content: space-between;
}
.scrolling-wrapper::-webkit-scrollbar {
  width: 3px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.1); 
}
.scrolling-wrapper::-webkit-scrollbar-thumb {
	background: #000;
	padding-bottom: 25px;
}
.scrolling-wrapper .yts-card,
.scrolling-wrapper .card {align-content: 
	display: inline-block;
	margin: 0px 10px;
	width: 315px;
    height: 560px;
}
.scrolling-wrapper .yts-card:first-of-type,
.scrolling-wrapper .card:first-of-type{
	margin: 0px 10px 15px 0px;
}
.scrolling-wrapper .yts-card:last-of-type,
.scrolling-wrapper .card:last-of-type{
	margin: 0px 0px 0px 10px;
}
.scrolling-wrapper .yts-card iframe,
.scrolling-wrapper .card iframe{
	aspect-ratio: 9 / 16;
    width: 315px;
}
.scrolling-wrapper {
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 330px) {
	.youtube-short-video .short-width-control iframe {
		width: 330px;
	}
}
@media (min-width: 700px) {
	.youtube-short-video,
	.video-card-iframe {
		padding-bottom: 0px;
		margin: 0px;
	}
}