.play.icon::before {
    content: '\f04b';
}

.pause.icon::before {
    content: '\f04c';
}

.left_arrow.icon::before {
    content: '\f060';
}

.right_arrow.icon::before {
    content: '\f061';
}

.close.icon::before {
	content: '\f00d';
}