@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

#twd-network-post-slideshow-banner {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #fff;
	margin: 50px auto 0 auto;	
	max-width: 600px;
}
#twd-network-post-slideshow-banner img {
	width: 90%;
	height: auto;
	margin: 10px 5%;
}

.twd-network-post-slideshow {
	position: relative;
	overflow: hidden;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	max-width: 600px;
	margin: 0px auto 50px  0;
	background-color: #ffffff;
	font-family: 'Oswald', sans-serif;
    }
.twd-network-post-slide {
    }
.twd-network-post-image img{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}




.twd-network-post-slide:hover .twd-network-post-image img {
    transform: scale(1.05);   
	 transition: transform 0.4s ease;
}

.twd-network-post-source{
	position: absolute;
	top: 1em;
	right: 1em;
	width: 2em;
	height: 2em;
	background-color: #FFFFFF;
	background-size: 100% auto;
	border-radius: 50%;
	color: rgba(0,0,0,0);
}
.twd-network-post-source.Visti{
	background-image: url(Visti.jpg);
}
.twd-network-post-source.youtube{
	background-image: url(youtube.jpg);
}
.twd-network-post-source.facebook{
	background-image: url(facebook.jpg);
}
.twd-network-post-source.instagram{
	background-image: url(instagram.jpg);
}

.twd-network-post-title{
	margin: .5em ;
	font-size: 100%;
	font-weight: 300;
}
.twd-network-post-title a{
	color: #000;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
.twd-network-post-title a:hover{
    text-decoration: none;
    color:#e74c3c;
}
.twd-network-post-description{
	font-size: 100%;
	color: #808080;
	padding: 0.5em;
	margin: 0;
}