.media-dots .dot
{
	display: inline-block;
	font-weight: bold;
	font-size: 2vh;
    cursor: pointer;
    color: black;
}

.media-dots .dot:before
{
    font-family: "Font Awesome 5 Free";
    content: '\f111';
}

.media-dots .dot.selected
{
	font-weight: bold;
	color: #ED1C25;
}