
		/* Make the .daextrevo-player__volume element hidden below a specific screen width */
		@media screen and (max-width: 1024px) {

		.daextrevo-player__volume {
		display: none !important;
		}

		#daextrevo-audio-player-container {
		width: 100%;
		}

		#daextrevo-seek-slider {
		width: 100% !important;
		}

		}

		
		/* Make the .daextrevo-player__volume, the seek bar and the duration hidden below a specific screen width */
		@media screen and (max-width: 768px) {

		#daextrevo-audio-player-container #daextrevo-seek-slider{
		display: none !important;
		}

		#daextrevo-audio-player-container #daextrevo-duration{
		display: none !important;
		}

		.daextrevo-player__volume {
		display: none !important;
		}

		#daextrevo-audio-player-container {
		width: 100%;
		}

		#daextrevo-seek-slider {
		width: 100% !important;
		}

		}

		