/* CSS Document */


.wrapper-ctv {
	display: flex;
	min-height: 89vh;
}
.carousel-margin {
	margin-top: 4em;
	margin-bottom: 2em;
}


.featurette-heading {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
/*.carousel-ctv-platform-content {
	margin: 0 .5em;
	width: calc(100/2);
}*/

/*a:link {
	color: #6C3998 ;
	text-decoration: underline;
}
*/
img {
	width: 100;
	height: 20;
}

.carousel-control-prev-icon {
	margin-right: auto;
}
.carousel-control-next-icon {
	margin-left: auto;
}
@media (min-width: 1200px){
	.carousel-control-prev-icon {
		margin-right: 5rem;
		
	}
}
@media (min-width: 1200px) {
	.carousel-control-next-icon {
		margin-left: 5rem;
		
		
	}
}

.brand-logo {
	/*margin-left: 1em;*/
	margin-right: 1em;
}

/* Small devices (landscape phones, 576px and up)*/