.table .table {
	background-color: transparent;
}

figure.table table td {
    width: calc(100% / 4);
    border: none !important;
    background-color: transparent;
}

.panel.panel-default:nth-of-type(7) figure.table:nth-child(2) td:nth-child(2) figcaption {
    padding: 10% 0;
}

@media only screen and (max-width: 480px) {
    .panel.panel-default:nth-of-type(7) figure.table:nth-child(2) td:nth-child(2) figcaption {
        padding: 25% 0;
    }
}