@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

*{
	margin: 0;
	padding: 0;
}

html,body{
	width: 100%;
	height: 100%;
	font-family: 'Lato', sans-serif;
	overflow: hidden;
}

#tv{
	display: flex;
	height: calc(100% - 330px);
	overflow: hidden;
	padding-top: 60px;
}

#video{
	width: 83%;
}

#rss-feeds{
	width: 17%;
	overflow: auto;
}

#rss-feeds .rss-item{
	margin-top: 0px;
	padding: 5px 20px;
}

#rss-feeds h3{
    margin-top: 10px;
	margin-bottom: 10px;
}

#rss-feeds h3 a{
	text-decoration: none;
	color: black;
}

#rss-feeds p{
	margin-bottom: 10px;
}

#rss-feeds img{
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}

#rss-feeds .rss-item .rss-source img{
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}

#rss-feeds .rss-item .rss-source{
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.bx-wrapper {
    position: relative;
    margin-bottom: 0px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

/*
.crt-widget {
	padding-top: 20px;
}

.crt-post {
	width: 230px;
	height: 230px;
}

.crt-post-content {
	width: 228px;
	height: 228px;
}

*/