	.videot-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 100px;
		justify-content: flex-start;
	}

	.video-item {
		width: 500px;
		color: white;
		font-family: courier;
	}

	.video-item iframe {
		width: 100%;
		height: 350px;
		border: 0;
	}

	.video-item p {
		font-size: 30px;
		margin-top: 0;
		margin: 8px 0 0;
	}

	.video-item.intro {
		padding-top: 50px;
		padding-bottom: 0px;
	}

	.video-item.intro h1 {
		font-size: 40px;
		margin-left: 50px;
		margin-top: 70px;
	}
/*
* {
    outline: 1px solid red;
}
*/
	.teksti1 {
		font-family:arial;
		font-size:16px;
		color:white;
	}
	
	.kuvakehys,
	.kuvakehys2 {
		width: 100%;
		max-width: 500px;

		padding: 10px;
		background: #fff;
		border-radius: 12px;
		border: 1px solid #ddd;

		aspect-ratio: 10 / 7;
		overflow: hidden;

		box-shadow:
			0 2px 5px rgba(0, 0, 0, 0.4),
			0 10px 20px rgba(0, 0, 0, 0.5);

		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}

	.kuvakehys:hover,
	.kuvakehys2:hover {
		transform: translateY(-5px);
		box-shadow:
			0 4px 10px rgba(0, 0, 0, 0.6),
			0 20px 30px rgba(0, 0, 0, 0.7);
	}

	.kuvakehys img,
	.kuvakehys2 img,
	.kuvakehys iframe {
		width: 100%;
		display: block;
		border-radius: 8px;
	}

	.kuvakehys img {
		height: 100%;
		width: 100%;
		display: block;
		object-fit: contain;
		background: #000;
		border-radius: 8px;
	}
	
	.kuvakehys2 img {
		height: 100%;
		width: 100%;
		display: block;
		object-fit: cover;
		background: #000;
		border-radius: 8px;
	}

	.kuvakehys iframe {
		height: 100%;
	}


	a {
	  text-decoration: none;
	  color: inherit;
	  cursor: pointer;
	}

    ul {
      list-style: none;
      padding: 0;
      max-width: 500px;
      margin: 0;
    }
    li {
      margin-bottom: 1.5rem;
      padding: 1rem;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    }
    audio {
      width: 100%; /* soittimen leveys sama kuin laatikon */
      outline: none; /* piilota fokuskehys (valinnainen) */
    }
	.css-button-shadow-border-sliding--sand {
	  min-width: 130px;
	  height: 40px;
	  color: #fff;
	  padding: 5px 10px;
	  font-weight: bold;
	  cursor: pointer;
	  transition: all 0.3s ease;
	  position: relative;
	  display: inline-block;
	  font-size:20px;
	  outline: none;
	  border-radius: 5px;
	  border: none;
	  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
	  background: #adb5bd;
	 z-index: 1;
	}
	.css-button-shadow-border-sliding--sand:hover:after {
	  width: 100%;
	  left: 0;
	}
	.css-button-shadow-border-sliding--sand:after {
	  border-radius: 5px;
	  position: absolute;
	  content: "";
	  width: 0;
	  height: 100%;
	  top: 0;
	  z-index: -1;
	  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
	  transition: all 0.3s ease;
	  background-color: #ced4da;
	  right: 0;
	}
	.css-button-shadow-border-sliding--sand:active {
	  top: 2px;
	}