/* Icon Pods */

.icon-pod .image-wrapper{
    margin: 0 0 25px;
    display: flex;
    align-items: flex-end;
    position: relative;
    min-height: 105px;
}
.icon-pod .pod-icon{
    max-width: 100%;
    max-height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
}
.icon-pod .icon-image{
	left: 0;
    right: 0;
    margin: 0;
	top: 0;
	z-index: 1;
    max-width: 100%;
	max-height: 120px;
}
.icon-pod .box-link.no_bg{
    padding: 0;
    border-radius: 0;
}