@font-face {
  font-family: "Cerebri Sans";
  src: url(/res/fonts/cerebrisans-regular.woff) format('woff'), url('/res/fonts/CerebriSans-Regular.ttf') format('truetype'), url('/res/fonts/cerebrisans-regular.svg') format('svg'), url('/res/fonts/cerebrisans-regular.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: "normal";
}

@font-face {
  font-family: "Cerebri Sans";
  src: url(/res/fonts/cerebrisans-book.woff) format('woff'), url('/res/fonts/cerebrisans-book.ttf') format('truetype'), url('/res/fonts/cerebrisans-book.svg') format('svg'), url('/res/fonts/cerebrisans-book.eot') format('embedded-opentype');
  font-weight: 500;
  font-style: "normal";
}

@font-face {
  font-family: "Cerebri Sans";
  src: url(/res/fonts/cerebrisans-medium.woff) format('woff'), url('/res/fonts/cerebrisans-medium.ttf') format('truetype'), url('/res/fonts/cerebrisans-medium.svg') format('svg'), url('/res/fonts/cerebrisans-medium.eot') format('embedded-opentype');
  font-weight: 600;
  font-style: "normal";
}
@font-face {
  font-family: "Cerebri Sans";
  src: url(/res/fonts/cerebrisans-bold.woff) format('woff'), url('/res/fonts/CerebriSans-Bold.ttf') format('truetype'), url('/res/fonts/cerebrisans-bold.svg') format('svg'), url('/res/fonts/cerebrisans-bold.eot') format('embedded-opentype');
  font-weight: 700;
  font-style: "normal";
}

body ,html{
	font-family:"Cerebri Sans";
	font-weight:400;
	margin:0;
	padding:0;
	font-size:14.5px;
	overflow:hidden
}

.media-wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: block;
}

.image_wrapper {
	width: 100vw;
	height: 100vh;
	overflow: auto;
	text-align: center;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.image_wrapper img {
	height: 100vh;
}
.image_wrapper .video_name__embed{
	opacity: 0 !important;
	padding: 20px !important;
}
.image_wrapper:hover .video_name__embed {
	opacity: 1 !important;
}
.image_wrapper .video_name__embed .jumpshare_share_with {
	display: inline-block;
	font-size: 14px;
}

.hideTitle_image .video_name__embed {
	display: none;
}

@media screen and (max-width: 500px) { 
	.image_wrapper .video_name__embed {
		padding: 15px !important;
	}
    .image_wrapper .video_name__embed a {
    	font-size: 15px !important;
    }
    .image_wrapper .video_name__embed .jumpshare_share_with{
    	font-size: 12px !important;
    }
}


@media screen and (max-width: 300px) {
	.image_wrapper .video_name__embed {
		padding: 10px !important;
	}
    .image_wrapper .video_name__embed a {
    	font-size: 13px !important;
    }
    .image_wrapper .video_name__embed .jumpshare_share_with{
    	font-size: 11px !important;
    }
}

