.content_atoz_left_side .panel:nth-of-type(5) table td:first-child {
	width: 30%;
}

.content_atoz_left_side .panel:nth-of-type(1) table td {
	width: calc(100% / 4);
	vertical-align: middle !important;
	border: none !important;
    background-color: #ffffff !important; 
}

.content_atoz_left_side .panel:nth-of-type(1) figure.image img {
	width: 150px;
    height: auto;
}

@media only screen and (max-width: 767px) {
	.content_atoz_left_side .panel:nth-of-type(1) figure.image img {
		height: 100px;
	    width: auto;
	}
}

.content_atoz_left_side .panel:nth-of-type(5) figure.image img {
	height: 100%;
}
