﻿.body {
	text-align:center;
	margin: 0;
	
	}



/*--------------------PC SCREEN---------------------*/

@media screen and (min-width: 750px){
.game-grid-container {
  display: grid;
  grid-template-columns: 15vw 15vw auto 15vw 15vw;
  gap: 10px;
  padding: 10px;
  max-width: 100%;
  text-align: center;
  } 

.game-grid-container > div {
  text-align: center;
  padding: 10px 10px 10px 10px;
  font-family:Arial, Helvetica, sans-serif;
  margin: auto;
  vertical-align:top;
  height: auto;
}


  .item1 {
  grid-column-start: 1;
  grid-column-end:6;
  width: 99%;

}

  .item2 {
  grid-column-start: 2;
  grid-column-end:5;
    color: black;
	font-size: 32px;
	text-align: center;
	background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,255,255,1), rgba(255,0,0,0));
	opacity: 0.5;	 
	width: 100%;

}


.item3 {
  grid-column-start: 1;
  grid-column-end:6;
  overflow: hidden;
  width: 80%;
}

.item4 {
	grid-column-start: 1;
	grid-column-end:4;
	font-size: 16px;
	font-weight:bold;
	color: black;
	background-image: linear-gradient(to top,  rgba(255,0,0,0),rgba(255,255,255,1) );
	opacity:.5;
	   

}

.item5 {
  grid-column-start:4;
  color: black;
  font-size: 16px;
  grid-column-end:6;
  padding: 5px 5px 5px 5px; 
  border-color:blueviolet;
  border-bottom-style:dotted;
  border-top-style:dotted;
  background-image: linear-gradient(to right,  rgba(255,0,0,0),rgba(255,255,255,.5),rgba(255,0,0,0) );

}

  .item6 {
    grid-column-start: 2;
  grid-column-end:5;
font-weight:bold;
    color: black;
	font-size: 16px;
	text-align: center;
	background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,255,255,1), rgba(255,0,0,0));
	opacity: 0.5;	 
	width: 100%;

}

.giframecontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
   padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */

}

.giframecontainer2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
   padding-top: 40%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */

}

/* Then style the iframe to fit in the container div with full height and width */
.gresponsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  }

.gresponsive {
height:120px;
}


}

/*--------------------PC SCREEN---------------------*/

@media screen and (max-width: 749px){
.game-grid-container {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
  padding: 10px;
  max-width: 100%;
  text-align: center;
  } 

.game-grid-container > div {
  text-align: center;
  padding: 5px 5px 5px 5px;
  font-family:Arial, Helvetica, sans-serif;
  margin: auto;
  vertical-align:top;
  height: auto;
}


  .item1 {
  grid-column-start: 1;
  grid-column-end:2;

}

  .item2 {
    color: black;
	font-size: 22px;
	text-align: center;
	background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,255,255,1), rgba(255,0,0,0));
	opacity: 0.5;	 
	width: 100%;

}

  .item6 {
    color: black;
	font-size: 14px;
	text-align: center;
	background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,255,255,1), rgba(255,0,0,0));
	opacity: 0.5;	 
	width: 100%;

}


.item3 {
   overflow: hidden;
  width: 100%;
}

.item4 {
	font-size: 14px;
	font-weight:bold;
	color: black;
	background-image: linear-gradient(to top,  rgba(255,0,0,0),rgba(255,255,255,1) );
	opacity:.5;
	   

}

.item5 {

  color: black;
  font-size: 14px;
  border-color:blueviolet;
  border-bottom-style:dotted;
  border-top-style:dotted;
  background-image: linear-gradient(to right,  rgba(255,0,0,0),rgba(255,255,255,.5),rgba(255,0,0,0) );

}


.giframecontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
   padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */

}


.giframecontainer2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
   padding-top: 40%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */

}

/* Then style the iframe to fit in the container div with full height and width */
.gresponsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  }

.gresponsive {
	height: 50px;
}


}