/*! stylesheet style video_tools v1.00 (http://www.sofrosune.net/) */
/*!
	Copyright (C) 2023 Sofrosune; http://www.sofrosune.net/
	No part of this program may be reproduced or transmitted in any form or 
	by any means without permission from the author, Sofrosune.
	Version: 1.00, March 1, 2023
	Creation date: Fri Jan 10 2025 15:55:36 GMT+0900
*/
/*! stylesheet common set v1.00 (http://www.sofrosune.net/) */
/**/
/*! stylesheet base globals v1.00 (http://www.sofrosune.net/) */
/*! stylesheet common set v1.00 (http://www.sofrosune.net/) */
/**/
/*! stylesheet mixins v1.00 (http://www.sofrosune.net/) */
/* === video-tools === */
/** Usage: .video-button
*/
.video-button-box {
	margin-bottom: 0.5rem;
	/*text-align:center;*/
}

.video-button {
	display: inline-block;
	margin: 0 0.1rem;
	border: 1px solid #88d;
	border-radius: 0.5rem;
	padding: 1px 0.5rem;
	background-color: #d1deef;
	font-size: 12px;
	color: #006cb4;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	touch-action: none;
}
.video-button:hover {
	color: #dc143c;
	background-color: #fdd;
}
.video-button.isHit {
	color: #dc143c;
	background-color: #fdd;
}

.zoom-in {
	width: 100% !important;
	max-width: 640px !important;
	transition: 1s;
}

.zoom-out {
	transition: 0.5s;
}

/* end of style */