.product_video
{
	padding-top:10px;
}
.see-also{
    padding-bottom: 0px!important;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.see-also_header{
	font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    padding: 31px 4px 10px 0;
    border-bottom: 1px solid #ccd5dc;
    margin-bottom: 10px;
}
.see-also_body {
	background-color: #f4f4f4;
    padding: 20px 0 20px 0;
    float: left;
    width: 100%;
}
.see-also_item{
    display: block;
	width: 25%;
	float: left;
	
	font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
    text-align: center;
	color: #111212;
}
.see-also_item:hover{
    color: #bfbfbf;
    text-decoration: none;
}
.see-also_item__image{
	width: 150px;
	height: 150px;
	border: solid 1px #e8e8e8;
	background-color: #ffffff;
    border-radius: 75px;
	overflow: hidden;
	margin: 0 auto 10px auto;
}
.see-also_item__image-wrap{
	text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 150px;
    height: 150px;
}
.see-also_item__name{
    margin: 0 auto;
    max-width: 180px;
}
@media (max-width: 935px) {
	.see-also_item{
		width: 50%;
	}
}