video.autoplay_video {
	display: block;
	width: 100%;
	height: auto;
}

video.autoplay_video::-webkit-media-controls {
  display: none !important;
}

video.autoplay_video {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='10.5' stroke='black' stroke-width='1.5' fill='transparent' vector-effect='non-scaling-stroke' shape-rendering='geometricPrecision'/%3E%3Ccircle cx='12' cy='12' r='9.5' stroke='white' stroke-width='1.5' fill='transparent' vector-effect='non-scaling-stroke' shape-rendering='geometricPrecision'/%3E%3C/svg%3E") 12 12, auto !important;
}