.image-box {
  /* Here's the trick */
  box-shadow: inset 0 0 0 100vw rgba(0,0,0,0.5);

  /* Basic background styles */
  background: var(--image-url) center center;
  background-size: cover;

  /* Here's the same styles we applied to our content-div earlier */
  color: white;
  
  display: flex;
  align-items: center;
  justify-content: center;
  max-width:100%;
  height:394px;
  /* Add a transition, just for fun */
  transition: box-shadow .3s ease-out;
}
.image-box:hover {
    box-shadow: inset 0 0 0 100vw rgba(0,0,0,0.2);
}
.right {
            width: 290px;
            height: 100%;
        }

        .left {
            margin-left: 10px;
            left: 0;
			width: 620px;
            height: 100%;
        }

        .right {
            margin-right: 10px;
            right: 0;
        }

        .center {
            margin: 0 auto;
            width: 290px;
            height: 100%;
        }

        .articlesBox ul {
            list-style: none;
            margin: 0;
            padding: 0 0 0 20px;
        }
        /* line 1794, ../sass/main.scss */
        .ar<ulticlesBox ul li {
            line-height: 24px;
        }
        /* line 1796, ../sass/main.scss */
        .articlesBox ul li a {
            color: #222;
            font-size: 18px;
        }
        /* line 1800, ../sass/main.scss */
        .articlesBox ul li:before {
            content: '\00bb';
            font-size: 28px;
            margin-right: 12px;
            display: inline-block;
            line-height: 19px;
            text-decoration: none;
        }
        /* line 1806, ../sass/main.scss */
        .articlesBox #strategiCol li:before {
            color: #0b80c3;
        }
        /* line 1811, ../sass/main.scss */
        .articlesBox #personaleCol li:before {
            color: #a82424;
        }
        /* line 1816, ../sass/main.scss */
        .articlesBox #digselvCol li:before {
            color: #ea671f;
        }

        .game_normalfont {
            font-family: Verdana, Geneva, sans-serif;
            font-size: 13px;
            font-weight: normal;
            line-height: 1.6;
        }

        .lfl_heading1 {
            font-family: Verdana, Geneva, sans-serif;
            font-size: 20px;
            color: #1E808B;
        }

        .game_heading2 {
            font-family: Verdana, Geneva, sans-serif;
            font-weight: bold;
            font-size: 13px;
            color: #333;
        }

        .game_heading3 {
            font-family: Verdana, Geneva, sans-serif;
            font-weight: bold;
            font-size: 15px;
            color: #333;
        }

        .game_greytext {
            font-family: Verdana, Geneva, sans-serif;
            font-weight: normal;
            font-size: 13px;
            color: #666666;
        }

        .game_link A:link {
            font-family: Verdana, Geneva, sans-serif;
            color: #3399cc;
            font-size: 13px;
            text-decoration: none;
        }

        .game_link A:visited {
            font-family: Verdana, Geneva, sans-serif;
            color: #3399cc;
            font-size: 13px;
            text-decoration: none;
        }

        .game_link A:active {
            font-family: Verdana, Geneva, sans-serif;
            color: #3399cc;
            font-size: 13px;
            text-decoration: none;
        }

        .game_link A:hover {
            font-family: Verdana, Geneva, sans-serif;
            font-size: 13px;
            text-decoration: underline;
            color: #666666;
        }

        .game_link_heading A:link {
            font-family: Verdana, Geneva, sans-serif;
            color: #3399cc;
            font-size: 15px;
            text-decoration: none;
        }

        .game_link_heading A:visited {
            font-family: Verdana, Geneva, sans-serif;
            color: #3399cc;
            font-size: 15px;
            text-decoration: none;
        }

        .game_link_heading A:active {
            font-family: Verdana, Geneva, sans-serif;
            color: #3399cc;
            font-size: 15px;
            text-decoration: none;
        }

        .game_link_heading A:hover {
            font-family: Verdana, Geneva, sans-serif;
            font-size: 15px;
            text-decoration: underline;
            color: #666;
        }

        .Verdana_13 {
            font-family: Verdana, Geneva, sans-serif;
            font-size: 13px;
            font-weight: normal;
            line-height: 1.6;
        }
        

          

        .gamesbox {
            border: solid 1px;
            border-color: #999;
        }

        .gamesboxtrans {
            border: solid 1px;
            border-color: #AEC33D;
        }
        /*gamesboxtrans*/
		
		/* buttons */
		
		.hot-container p { margin-top: 10px; }


.hot-container {

	width: 100%;
	text-align: center;
}

a.btn {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	color: #666;
	background-color: #eee;
	width: 260px;
	letter-spacing: 2px;
	font-size: 14px;
	padding: 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.3);
	border-bottom-width: 3px;
}

	a.btn:hover {
		background-color: #e3e3e3;
		border-color: rgba(0,0,0,0.5);
	}
	
	a.btn:active {
		background-color: #CCC;
		border-color: rgba(0,0,0,0.9);
	}

/* blue button */

a.btn.btn-blue {
	background-color: #699DB6;
	border-color: rgba(0,0,0,0.3);
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	color: #FFF;
}

	a.btn.btn-blue:hover {
		background-color: #4F87A2;
		border-color: rgba(0,0,0,0.5);
	}
	
	a.btn.btn-blue:active {
		background-color: #3C677B;
		border-color: rgba(0,0,0,0.9);
	}

	@import url(https://fonts.googleapis.com/css?family=Lato:700);


/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: 70px;
  right: 8px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

    