.videos_list .sp-my-image-text .img_block{
	position: relative;
}
.videos_list .sp-my-image-text .img_block:after{
	position: absolute;
	content: "";
	width: 34px;
	height: 34px;
	top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
	background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.9317 9.09484C31.7634 8.4225 31.4207 7.80648 30.9381 7.309C30.4556 6.81151 29.8503 6.45018 29.1834 6.2615C26.7467 5.6665 17 5.6665 17 5.6665C17 5.6665 7.25337 5.6665 4.8167 6.31817C4.1498 6.50685 3.5445 6.86818 3.06194 7.36566C2.57938 7.86315 2.23665 8.47917 2.06837 9.1515C1.62242 11.6244 1.40429 14.1329 1.4167 16.6457C1.40081 19.1773 1.61896 21.705 2.06837 24.1965C2.2539 24.848 2.6043 25.4405 3.08574 25.917C3.56718 26.3935 4.16337 26.7377 4.8167 26.9165C7.25337 27.5682 17 27.5682 17 27.5682C17 27.5682 26.7467 27.5682 29.1834 26.9165C29.8503 26.7278 30.4556 26.3665 30.9381 25.869C31.4207 25.3715 31.7634 24.7555 31.9317 24.0832C32.3742 21.6289 32.5923 19.1395 32.5834 16.6457C32.5993 14.114 32.3811 11.5863 31.9317 9.09484Z' fill='%23CC0000'/%3E%3Cpath d='M13.8125 21.2782L21.9583 16.6457L13.8125 12.0132V21.2782Z' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media (min-width: 768px) {
	.videos_list .sp-my-image-text .img_block:after{
		margin-left: -35px;
	}
	.videos_list .sp-my-image-text .img_block {
    position: relative;
    align-self: flex-start;
	}
}