button.btn {
  margin-top: 40px;
  background: #66bb6a;
  border-radius: 4px;
}

.video-item {
  overflow: hidden;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
}

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

.video-item img {
  display: block;
  height: auto;
  max-width: 100%;
  height: 270px;
  width: 480px;
}

@supports (display: grid) {

  .video-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 2fr);
    margin: 0;
  }
  
  .video-item {
    margin-top: 0;
  }
  
  .video-item iframe {
    border: 0.125rem solid transparent;
  }

  .video-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .video-item:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .video-item:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  
  .video-item:nth-child(4) {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
  }

  .video-item:nth-last-child(-n+1):first-child,
  .video-item:nth-last-child(-n+1):first-child ~ .video-item {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }
}

section:nth-child(1) {
}
section:nth-child(2), section:nth-child(4) {
}
section:nth-child(3) {
}

.fourth button {
  margin-top: 20px;
}

.containerPete {
	margin: 10%;
	margin-bottom: 5%;
}

h2.heading {
	font-size: 1em;
}

p {
  margin-bottom: 30px;
}

#fp-nav ul li a span {
  background: #fff;
}

div.game-image-row {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr, 1fr;
	margin: 0 -2em;
	margin-left: auto;
	margin-right: auto;
}

div.game-image {
	max-height: inherit;
	width: auto;
	min-height: 50px;
	margin: auto;
	display: flex;
	align-items: center;
	margin-top: 0;
}

#header-row .game-image:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

#header-row .game-image:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

#header-row .game-image:nth-child(3) {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}

#header-row .game-image:nth-child(4) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

#header-row .game-image:nth-child(5) {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}


.game-image img {
  max-width: 100%;
}

span.title {
	font-family: "Roboto";
	font-size: 72px;
	font-weight: 300;
}

div.shelf .spine
{
	display: inline-block;

	background: gray;
	width: 12vw;
	height: auto;

	margin-top: auto;
	margin-bottom: auto;

	padding: 0;

	-o-transition: 1s;
	-moz-transition: 1s;
	-khtml-transition: 1s;
	-webkit-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;

	overflow: hidden;
}

div.shelf .spine:hover
{
	
}

div.shelf .spine .item
{
	width: 12vw;
	height: auto;

	-o-transition: 1s;
	-moz-transition: 1s;
	-khtml-transition: 1s;
	-webkit-transition: 1s;
	-ms-transition: 1s;
	transition: 0.4s;

	cursor: pointer;
	opacity: 0.4;
}

div.shelf .spine .item:hover
{
	opacity: 1;
}

section {
	display: block;
}

section.video
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
  	min-width: 400px;
 	height: 100%;

}

body {
	background-image: url("Images/Background.jpg");
	background-color: rgba(50, 50, 50, 0.2);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100%;
	font-family: 'Montserrat', sans-serif;
}

.title {
	text-align: left;
	padding: 1em;
}

div.grid-block {
	display: grid;
	grid-template-columns: 1fr;
}

div.block{
	width: 100%;
	height: 100%;
	padding: 3em;
}

.block iframe {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
}

.block img {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-top: 0;
	overflow: hidden;
}

.cell {
	width: 100%;
	padding: 2% 0;
}

.card__text {

	margin: 0 auto;
	margin-top: 0 auto;
	min-width: 50vw;
	max-width: 90vw;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
}

.card__media {
	margin: 0 auto;
	padding: 2em;
	padding-top: 0em;
	max-width: 50%;
	min-height: 200px;
	display: flex;
}

.card__title {
	margin: 0 auto;
	padding: 2em;
	padding-top: 0em;
	max-width: 90vw;
	min-height: 50px;
	display: flex;
}

.card {
	margin: 0 auto;
	padding: 2em;
	padding-top: 0em;
	max-width: 90vw;
	min-height: 50px;
	display: flex;
}

.card__title-text {

}

.card__logo {
	display: inline-flex;
	width: 20%;
}

.topbar-li {
    float: left;
    margin: auto;
}

.topbar-a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: x-small;
}

.topbar-a:hover {
    background-color: rgba(255,255,255,0.8);
}

h3 {
	font-size: 28px;
}