.asset_popup{
    z-index: 100000;
	position: fixed;
    top: 10%;
    width: 60%;
    height: 70vh;
    left: 20%;
    background: white;
}

.asset_close_popup_window {
    position: absolute;
    right: 1%;
    top: 15%;
}
.info_button{
	z-index:9999;
	float:left; 
	top:170px;   
	border-radius: 0px 15px 15px 0px;
	width:120px;
	height:80px;
	padding-top:10px;
	text-align:center;
	position:absolute;
	background-color:red
}

@media only screen and (max-width: 960px) {
  	.asset_popup{
		z-index: 100000;
  		top: 5%;
  		left: 5%;
		width:90%;
		height:90%;
	}


}

