.gif-buttons-section {
	cursor: pointer;
	position: absolute;
	border-radius: 50%;
	margin: auto;
	width: 70px;
	height: 70px;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
}

.gif-buttons-section-mobile {
	cursor: pointer;
	position: absolute;
	border-radius: 50%;
	margin: auto;
	width: 70px;
	height: 70px;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
}