body{
	font-size: 14px;
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	background:#ffffff;
	font-weight: 400;
}
a{
	color:#000000;
	text-decoration:none;
}
#list{
	max-width:100%;
	overflow:hidden;
	min-height:100%;
	min-width: 320px;
}
.list{
	width:100%;
	margin: 0 auto;
	max-width:96%;
}
.logo{
    margin: 0 auto;
}
.wrap{
    margin: 40px 20px 40px;
}
.ui.cards{
    justify-content: center;
}
.image{
    overflow: hidden;
}
.flexible{
    position: relative;
}
.link_card{
    position:absolute;
    display: block;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 1;
}
.ui.cards > .card > .image{
	height: 290px;
	overflow: hidden;
	background-size: cover !important;
	background-position: top center !important;
}