.btn-play {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: block;
}

.btn-play img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1024px) {
	.btn-play {
		width: 44px;
		height: 44px;
	}
}

/*  Btn play small  */

.btn-play--small {
	width: 46px;
	height: 46px;
}

/*  Btn play xsmall  */

.btn-play--xsmall {
	display: block !important;
	width: 31px;
	height: 31px;
}

@media screen and (max-width: 1024px) {
	.btn-play--xsmall {
		width: 44px;
		height: 44px;
	}
}

@media screen and (max-width: 575px) {
	.btn-play--xsmall {
		width: 31px;
		height: 31px;
	}
}
