figure {margin:0;}

.asset-store_container {
	text-align: center;
	padding-bottom: 62px;
	display:block;
	
}

.asset_box {
	display: inline-block;
    position: relative;
    width: 400px;
    /* height: 300px; */
    margin: 8px;
    background-color: #000000;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

.asset_box figure {
	display: block;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	color: #ffffff;
	font-family: sans-serif;
}

.asset_box figure h6 {
	display: inline-block;
	font-size: 1em;
	margin-block-start: 8px;
    margin-block-end: 3px;
    margin-inline-start: 12px;
    margin-inline-end: 12px;
    font-weight: bold;
    text-align: left;
}
    

.asset_box figcaption {
	padding-bottom: 6px;
}

.asset_box figcaption a img {
	margin:  0px 5px 0px 5px;
}

.caption_subsection {
	display: inline-block;
	width: 50%;
	text-align: left;
}

.price {
	color: #a8d9eb;
	text-align: right;
}

.asset_name {
	width: 80%;
}

.asset_price {
	width: 20%;
}

.caption_formats {
	font-size: 0.75rem;
	padding-left: 12px;
}

.file-extensions {
	color: #cccccc;
	padding-left: 5px;
}

.market-stocks{
	font-style: italic;
}

.image_box{
	display: block;
	position: relative;
	height: 340px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.image_overlay{ display: block; position: absolute; top:0px; left:0px; height: 340px; width: 400px; background-color: rgba(168,168,168,0);
}
.image_overlay:hover {  background-color: rgba(168,168,168,0.5);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.asset_box figure h6 {
	margin-top: 8px;
    margin-bottom: 3px;
    margin-left: 12px;
    margin-right: 12px;
	}
}	

@media screen and (max-width:930px){

.asset-store_container {
    	padding-bottom: 80px;
}


@media only screen and (hover: none) and (pointer: coarse){

.asset_box {
    width: 346px;
	}

.image_overlay {
    width: 346px;
	height: 294px;
	}

.image_box{
	height: 294px;
}	

.asset-store_container {
    padding-bottom: 80px;
}
	
}


/*@media screen and (max-width:730px){

.asset_box {
    width: 200px;
	}

.image_overlay {
    width: 200px;
	}

.image_box{
	height: 170px;
}	
	
}*/