.stock_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

body ul.stock_list {
    text-indent: 0;
    flex-wrap: wrap;
    margin: 32px -10px 0;
    padding: 0;
    list-style: none;
    display: flex;
	gap: 1%;
}
.stock_item {
    width: 32.5%;
	list-style:none;
}

.stock_link {
    cursor: pointer;
    background-color: #fff;
    flex-direction: column;
    height: 100%;
    display: flex;
	margin-top: 10px;
	text-decoration: none;
}

.stock_image_container {
	border-radius: 24px;
    width: 100%;
    padding-top: 40.4255%;
    transition: box-shadow 80ms;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px #00000014;
}
.stock_cloak_container {
	margin-top: auto;
}
.stock_cloak_container_inner {
	color: #283756;
    align-items: center;
    padding-left: 13px;
    display: flex;
}


.stock_cloak_image_container {
    margin-right: 5px;
    font-size: 12px;
    line-height: 0;
}
.stock_cloak_image_container svg {
	width: 20px;
	height: 20px;
}

@media screen and (max-width: 900px) {
	.stock_item {
		width: 100%;
		list-style:none;
	}
}
