@import "variables.less"; .a-album-block > .a-album-content .a-album-content:nth-child(1) { padding-left: 0; } .a-album-block > .a-album-content .a-album-content:nth-child(2) { padding-right: 0; } @media @max-md { .a-album-block { .wp-block-columns { flex-direction: column; } } } .a-album-block figure { margin: 0; width: 100%; height: 100%; img { width: 100%; height: 100%; object-fit: cover; } }