@charset "UTF-8";
/* CSS Document */

body {
    background-image: none;
    background-color: #000000;
}

#sivualue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.videocontainer {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}


.responsive-iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
}



h2.video {
	margin-top:50px;
	letter-spacing:.05em;
	text-shadow: 3px 3px 6px #000000;
	-webkit-text-shadow: 3px 3px 6px #000000;
	-moz-box-text-shadow: 3px 3px 6px #000000;
}

.peukku {
	margin-left:30px;
}