

#maps_slider_container{
    position: relative;
	top: 0px;
	left: 0px;
	margin-top:20px;
}

.flip {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);	
}

p.footer {
	color: #737dad;
	font-size: 14px;
}

.bounce {
	animation-name: bounce;
	animation-timing-function: ease;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	color:#f2a7c9;
}
@keyframes bounce {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-10px); }
	100% { transform: translateY(0); }
}

/* POPUPS */
.box {
	background: rgba(255,255,255,0.2);
	transition: all 0.3s ease-out;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index:555;
  }
  .overlay:target {
	visibility: visible;
	opacity: 1;
  }
  
  .popup {
	padding: 2%;
	padding-top: 1px;
	background: #c2c2c2;
	border-radius: 5px;
	//border: solid 12px #acacac;
	position: relative;
	width: 90%;
	height: fit-content;
	top:15%;
	max-width:80%;
	min-height:50%;
	transition: all 1s ease-in-out;
	z-index:555;

	font-family:'Noto Sans',Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight: normal;
  }

  .popup .close {
	position: absolute;
	top: 20px;
	right: 0px;
	text-align: right;
	transition: all 200ms;
	font-size: 60px;
	font-weight: bold;
	text-decoration: none;
	color:#333;
  }

  .popup .close:hover {
	color: #E66B01;
  }

  .popup .content {
	max-height: 30%;
	overflow: auto;
  }
  
  @media screen and (max-width: 700px){
	.box{
	  width: 70%;
	}
	.popup{
	  width: 70%;
	}
  }

/* end popups */


/* sticky */

nav {
	min-height: 55px;
	max-height: fit-content;
	position: absolute;
	/* hold tight... */
	visibility: none;
	/* we'll override these shortly */
	z-index: 1000;
	width: 100%;
	background-color:#444; 
	padding:10px 0px;
	font-size: 14px;
}

a:link.nav {
	padding: 0px 1%;
	z-index: 111;
	text-transform: uppercase;
	letter-spacing:3px;
	line-height:40px;
	color: #f2a7c9;
}

a:visited.nav 
{
	color:#f2a7c9;
}

a:hover.nav 
{
	color:#ffffff;
}

/* end sticky */

a:link
{
	color:#5e6cc9;
}

a:visited
{
	color:#7987df;
}

a:hover
{
	color:#ffffff;
}

.tooltip {
	position: relative;
	display: inline-block;
}
  
.tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #ffffff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
   
	position: absolute;
	width:200px;
	padding:10px;
	margin-top:85px;
	margin-left:25%;
	z-index: 1111;
	opacity:.8;
}
  
.tooltip:hover .tooltiptext {
	visibility: visible;
}

.weapons:hover {
	opacity:0.5;
}

/* z-index only works with the position tag - trying to position links above images */
.getstarted {
	background-image:url(/o__cdn.akamai.steamstatic.com/apps/csgo/images/dreams/dragon_awp_thumbnail.png); 
	z-index:111111; 
	width:30%;
	height:300px; 
	border-radius:10px; 
	padding:50px;
	background-position:top center; 
	background-repeat:no-repeat; 
	background-size:100% auto;
}

a.blocklink {
	font-family: 'Noto Sans', 'sans serif'; 
	font-size:32px; 
	font-weight:400; 
	letter-spacing: 0.5px; 
//	margin:0px 0px 10px 0px;
	color:#ffffff;
}

a.blocklink:hover {
	display:block;
	filter: brightness(1.35);
}

img {
	position: relative;
	z-index: 1;
}

.rownew {
    display: table;
    width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
	border-spacing: 10px; /*Optional*/
}

.table-row {
	display: table-row;
	width:100%;
}

.column {
    display: table-cell;
//    background-color: red;
}

@media screen and (max-width: 479px) {
    .table, .table-row {
        display: block;
    }
    .column {
        display:inline-block;
    }
}

.block-content-wrap {
	position:fixed;
	width:100%;
	top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0 108px;
    width: 100%;
    opacity: 1;
	transition: opacity .3s ease-in-out;
	background-color: rgba(0, 255, 51, 1.0);
}

ul.no-bullets {
	list-style-type: none;
	line-height:30px;
	font-size: 18px; 
	max-width: 70ch;
	line-height:28px;
}

li {
	margin-top:14px;
}

.scene {
	width: 100%;
	height: 100%;
 }

 #scene1 {
	background-color: red;
 }
 #scene2 {
	background: blue;
 }
 #scene3 {
	background: green;
 }


.credit {
	position:absolute;
	width:300px;
	right:10%;
	text-align:right;
	display:block;
	color:#fff;
	font-style: italic;
	font-size:14px;
	opacity:0.4;
	z-index:222;
 }

 html, body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	overflow-x:hidden;
}

.max-width-text {
	max-width: 70ch;
	margin: 10px;
}

.centered-text {
	margin: auto;
	padding: 10px;
	text-align: center;
}

.skrollable {
	/*
	 * First-level skrollables are positioned relative to window
	 */
	position:fixed;

	/*
	 * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
	 */
	z-index:100;
}

.skrollr-mobile .skrollable {
	/*
		May cause issues on Android default browser (see #331 on GitHub).
	*/
	position:absolute;
}

.skrollable .skrollable {
	/*
	 * Second-level skrollables are positioned relative their parent skrollable
	 */
	position:absolute;
}

.skrollable .skrollable .skrollable {
	/*
	 * Third-level (and below) skrollables are positioned static
	 */
	position:static;
}

#info {
	position:fixed;
	background-color: rbga (0,0,0,0.5);
	color:#fff;
	top:20px;
	left:20px;
	z-index:9999;
}

.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}


/*-----------------------------------*/


  
@media only screen and (min-width: 70em) { /* 960px */
	.container {
		width: 75%;
		max-width: 90rem;
		z-index:999999;
	}
}

body  {
	background-color:#111;
	background-image: none;
	margin:0;
	padding:0;
	font-family:'Noto Sans', Calibri, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	font-weight: normal;
	color:#c5c5c5;
	text-align:left;
	overflow-x: hidden;
}

body.winners {
	background-color: #222222;
	color:#cccccc;
}

body.howto {
	background-color: #d5d5d5;
	color:#333333;
}

body.contest {
	background-color: #d5d5d5;
	color:#333333;
}

.center {
	margin: auto;
}

.left {
	text-align: left;
}


.page-contain {
	overflow-x: hidden;
}

.spacer-sm {
	margin-top: 20px;
}

.spacer-md {
	margin-top: 50px;
}

.spacer-lg {
	margin-top: 100px;
}

.spacer-xl {
	margin-top: 150px;
}

.spacer-xxl {
	margin-top: 250px;
}

.padding-sm {
	padding: 20px 0px;
}

.padding-md {
	padding: 50px 0px;
}

.padding-lg {
	padding: 100px 0px;
}

.padding-xl {
	padding: 150px 0px;
}

.padding-xxl {
	padding: 250px 0px;
}

.spacer-bottom-sm {
	padding-bottom: 30px;
}

.spacer-bottom-md {
	padding-bottom: 50px;
}

.spacer-bottom {
	padding-bottom: 100px;
}

.fullwidth {
	width: 100%;
}

.fullheight {
	width: 100%;
}

.hero-bg {
	overflow: hidden;
	height: 85vh;
	width: auto;
	position: relative;
	min-height: 60%;
}

.hero-bg-medium {
	overflow: hidden;
	position: relative;
	min-height: 60%;
}

.hero-bg-short {
	overflow: hidden;
	height: 30vh;
	position: relative;
	min-height: 60%;
}

.top-content {
	z-index: 3;
}

.button-container {
	position: absolute;
	bottom: 0px;
	margin-left: 50%;
	z-index: 3;
	transform: translateX(-50%) translateY(0%);
}

@media only screen and (max-width: 720px) { /* 960px */
	.hero-bg {
		height: 80vh;
	} 

}

.fullwidth-video {
	position: absolute;
	top: 0px;
	left: 50%;
	width: auto;
	/*min-width: 100%;*/
	height: 100%;
	min-height: 100%;
	max-height: 1000px;
	transform: translateX(-50%) translateY(0%);
	overflow-x: hidden;
	z-index: 0;
	animation: fade-in 2s ease-in-out;
}

.intro-bar {
	background-color: #1b0f2799;
	width: 100%;
}

#GradientOverlayBottom {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(17, 17, 17, 0)), color-stop(30%, rgba(29, 31, 23, 0.5)), color-stop(95%, rgba(17, 17, 17, 1)));
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 11;
}

#GradientOverlayBottom_howto {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(213, 213, 213, 0)), color-stop(80%, rgba(213, 213, 213, 1)));
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	bottom: 0px;
	z-index: 11;
}

#GradientOverlayBottom_contest {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(213, 213, 213, 0)), color-stop(80%, rgba(213, 213, 213,  1)));
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	bottom: 0px;
	z-index: 11;
}

#GradientOverlayBottom_winners {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34, 34, 34, 0.2)), color-stop(90%, rgba(34, 34, 34, 1)));
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	bottom: 0px;
	z-index: 11;
}

#conduitleft {
	position:absolute; 
	left:0px; 
	width:300px; 
	height:auto;
}

#Rule {
	z-index: 9;
	border: 0;
    border-top: 1px solid #99999922;
	margin-bottom: 30px;
	width: 50%;
	margin: 0px auto;
}

#topshadow {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(11, 11, 11, 0.6)), color-stop(40%, rgba(166, 166, 166, 0.4)), color-stop(100%, rgba(222, 222, 222, 0.1)));
	width: 100%;
	height: 40px;
	z-index: 0;
}

#topshadowlight {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(58, 48, 68, 0.6)), color-stop(40%, rgba(47, 36, 57, 0.2)), color-stop(100%, rgba(21, 18, 31, 0)));
	width: 100%;
	height: 40px;
	z-index: 0;
}

#bottomshadow {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(222, 222, 222, 0.1)), color-stop(40%, rgba(166, 166, 166, 0.4)), color-stop(100%, rgba(11, 11, 11, 0.6)));
	width: 100%;
	height: 40px;
	z-index: 0;
}

/* wave animation
h1 {
	font-family: 'Roboto Mono', monospace;
	font-size: 7rem;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	white-space: nowrap;
	transform: translate(-50%, -50%) translate(calc(var(--x, 0) * 1%), calc(var(--y, 0) * 1%));
	font-variation-settings: 'wght' var(--lower);
	margin: 0;
  }
  h1 span {
	color: hsla(180, 100%, 90%, var(--alpha-l));
	animation: rise 2.25s infinite ease-in-out;
	animation-delay: calc((var(--index) - 6) * 0.225s);
	display: inline-block;
  }
  @keyframes rise {
	50% {
	  font-variation-settings: 'wght' var(--upper);
	  color: hsla(180, 100%, 100%, var(--alpha-u));
	  transform: translate(0, -15%);
	}
  }
  */
  
h1 {
	font-family:'Noto Sans', Calibri, Arial, Helvetica, sans-serif;
	font-size: calc(0.45em + 1.6vmin);
	font-weight:400; 
	letter-spacing: .5px; 
}


h2 {
//	font-size:48px;
	font-size: calc(0.45em + 3.8vmin);
	color: #ffffff;
	font-weight:400;
	line-height:100%;
}

.dark {
	color: #333;
}

.orange {
	color: #59568b;
//	color: #E66B01;
}

h3 {
	font-family: english, 'Noto Sans', Calibri, Arial, Helvetica, sans-serif;
	font-size: calc(0.85em + 1.6vmin); 
//	font-size:28px; 
	line-height: calc(0.85em + 1.6vmin); 
	font-weight:400; 
	letter-spacing: 1.5px; 
	color:#ffffff;
	text-shadow:2px 2px #7d8dbc;
}

h4 {
	font-family:'Noto Sans', Calibri, Arial, Helvetica, sans-serif;
	font-size: calc(0.45em + 1.5vmin);
	font-weight:400; 
	letter-spacing: 0.5px; 
	margin:0px 0px 10px 0px;
	color:#fff;
	text-shadow: 1px 1px #000000;
}

h5 {
	font-family:'Noto Sans', Calibri, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #ffffff;
	font-weight:400;
	margin:auto;
	text-align: center;
  	text-justify: inter-word;
}

h6 {
	font-family:'Noto Sans', Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform:uppercase;
	letter-spacing: 3px;
	text-align: center;
}

h7 {
	font-family:'Noto Sans', Calibri, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:400;
	color:#ffffff;
}

h8 {
	font-family:'Noto Sans', Calibri, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #999;
	font-weight:400;
	margin:auto;
	text-align: justify;
  	text-justify: inter-word;
}

.hdark {
	color:#5c3785;
	font-weight: bold;
}

.pdark {
	color:#333;
}

.plight {
	color:#dcdcdc;
	//width: 800px;
	text-align: justify;
}


.plighter {
	color:#dcdcdc;
	//width: 800px;
	text-align: left;
	font-weight:lighter;
}


p {
	font-size:18px;
	font-weight: normal;
//	-webkit-text-stroke: 0.2px;
    letter-spacing:0.5px;
}


a {
	text-decoration:none;
	color:#4058c5;
	z-index:22222;
}

a:hover {
	color:#2da7ee;
}

#upgradeLink {
	display:block;
	position:absolute;
	top:0px;
	left:820px;
	width:223px;
	height:315px;
	background-image:url("/o__cdn.akamai.steamstatic.com/apps/csgo/images/operationhydra/upgrade_coin.png?v=102");
	background-position:top;
}
#upgradeLink:hover {
	background-position:bottom;
}

#logoLink {
	display:block;
	position:absolute;
	top:10px;
	left:332px;
	width:384px;
	height:150px;
}



/* faq */

.faq_container {
    position: relative;
	text-align: left;
}

.faq_question {
	color: #E66B01;
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}


#valveLinks {
	display:block;
	position:absolute;
	width:748px;
	height:100px;
	top:90px;
	left:116px;
}


.button:hover {
	background-position:bottom;
}

/****  paw slider  ****/

#paw_slider_container {
    position: relative;
    top: 0px;
	left: 0px;
	//overflow: hidden;
}

#premier_slider_container {
    position: relative;
    top: 0px;
	left: 0px;
	//overflow: hidden;
}




/*  end sliders */

/* .charmodel {
	position: absolute;
	max-width: 40%;
	top: 40px;
	left: 25px;
	text-align: left;
} */

.charslidetitle {
	position: absolute;
	left: 50%;
	top: 200px;
}

.charinfo {
	padding: 160px 80px 0px 0px;
	margin-left: -30px;
}

@media only screen and (max-width: 720px) { 

	.charinfo {
		margin-top: 10px;
	}
}

.charname {
	font-family: Quantico;
	font-size: 22px;
	font-weight: bold;
	color: #d1d1d1;
	margin: 5px 0px 0px 0px;
}

.chartier {
	font-size: 16px;
	color: blue;
	margin: 05px 0px 0px 0px;
	font-weight: bold;
}

.chardesc {
	font-style: italic;
	font-size: 15px;
	margin: 5px 0px;
	color: #999999;
	text-shadow: 0 2 0 rgba(0,0,0,1)
}

.charfactions {
	position: absolute;
	left: 30%;
	top: 40px;
}


/*** rarity tier colors ***/

.consumer, .common, .gray {
	color: #aec1d7;
	margin-top: 10px;;
}

.industrial, .uncommon, .lblue {
	color: #5e98d9;
	margin-top: 10px;;
}

.milspec, .distinguished, .blue {
	color: #4b69ff;
	margin-top: 10px;;
}

.restricted, .exceptional, .purple {
	color: #8847ff;
	margin-top: 10px;;
}

.classified, .superior, .pink {
	color: #d32ce6;
	margin-top: 10px;;
}

.covert, .master, .red {
	color: #c03939;
	margin-top: 10px;;
}



.video-content {
	position: absolute;
	width: 100%;
	height:600px; 
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
	margin-left: auto;
	margin-right: auto;
	display: block;
	z-index: -1;
}

.intro {
	font-size:16px;
	line-height: 26px;
	letter-spacing: 0.5px;
}

.whitebg {
	top: 0px;
	left: 0px;
	background-image:url(/o__cdn.akamai.steamstatic.com/apps/csgo/images/brokenfang/slidebg.png);
}



/*** from template ***/

/* W3.CSS 4.13 June 2019 by Jan Egil and Borge Refsnes */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */
html,body{font-size:15px;line-height:1.5}html{overflow-x:hidden}



.w3-wide{letter-spacing:4px}
hr{border:0;border-top:1px solid #64269c66; margin-top:80px; box-shadow: 0 0 10px 18px #64269c0D; width:60%;}

.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}


.w3-btn,.w3-button {
	font-family: Quantico;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border:none;
	display:inline-block;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:#E8C961;
	background-color:#516628;
	text-align:center;
	cursor:pointer;
	padding: 4px 28px;}

.w3-button:hover {
	color:#ffffff;
	background-color:#DE4242;
	box-shadow:0 0 12px 0 rgba(153,86,221,0.3),0 0 12px 0 rgba(153,86,221,0.3);
}

.w3-btn:hover {
	box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   


.swiper-container {
    width: 100%;
}

.swiper-pagination {
	transform: translateY(-13%);
	height: 12px;
	//background-color:red;
	z-index: 222;
}

.swiper-pagination-weapons {
	transform: translateY(-15px);
	background-color:green;
	z-index: 522;
}

.swiper-pagination-bullet-active {
	background-color: #ffffff;
}

.brokenfang-case {
	width: 100%;
	//height: 800px;
}

.control-case {
	width: 100%;
	//height: 800px;
}


.norse-collection {
	width: 100%;
	margin-top:40px;
	/* height: 800px; */
}

.stmarc-collection {
	width: 100%;
	margin-top:40px;
	/* height: 800px; */
}

.canals-collection {
	width: 100%;
	margin-top:40px;
	/* height: 800px; */
}

.graffiti-collections {
	width: 100%;
	margin-top:40px;
	/* height: 800px; */
}

.ancient-collection {
	width: 100%;
	margin-top:40px;
	/* height: 800px; */
}

.apollo-collection {
	width: 100%;
	margin-top:40px;
	/* height: 800px; */
}

.swiper-scrollbar {
	opacity: 0;
}

.swiper-slide {
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}

.swiper-slide-active {
	opacity: 1;
	transition-duration: .3s;
	transition-property: opacity;
}

.swiper-button-prev, .swiper-button-next {
	color: #666666;
	width: 20px;
	height: 38px;
	margin: 0px 10px;
}

.swiper-arrow {
	width: 20px;
}

.dropshadow {
	box-shadow: 0 10px 18px 10px #33333399;
}

.dropshadowlight {
	//box-shadow: 0 10px 18px 10px #33333322;
	background-color: #1b1b1b33;
}

.map_tab {
	width: 60px;
	filter: brightness(80%);
}

.invert {
	filter: invert(.8);
}


.slidebg
{
	//position: absolute;
	top: 0px;
	left: 50%;
	width: auto;
	/*min-width: 100%;*/
	height: 100%;
	min-height: 100%;
	max-height: 1200px;
	transform: translateX(-50%) translateY(0%);
	overflow-x: hidden;
	z-index: 0;
//	background-image:url("/o__cdn.akamai.steamstatic.com/apps/csgo/images/brokenfang/premierbg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.retakes
{
	//position:absolute;
	//left:5%;
	//top: 2%;
	font-family: noto-sans-extracondensed, sans-serif;
	font-weight: 800;
	font-style: italic;
	font-size: 14vw;
	text-transform: uppercase;
	transform: rotate(-6deg);
	letter-spacing: 6;
	margin-bottom:-28%;
}

.thumb
{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	vertical-align: middle;
}

.thumb:hover
{
	transform: scale(1.1);
}