@charset "utf-8";

/* Felles */
body {
	position: relative;
	background-color: #212529;
	font-family: 'Montserrat', sans-serif;
}
header, footer {
}
h1, h2, h3 {
}
h4, h5, h6 {
}
p {
}
li {
}
#wrapper {
	background-color: #dddddd;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.frame-square {
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}

.frame-square img {
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
