﻿#image-circles .image-circle
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#image-circles .image-circle a
{
    display: flex;
    height: 125px;
    width: 125px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-bottom: 15px;
}
#image-circles .image-circle a img
{
    display: block;
    height: auto;
    width: 125px;
}
#image-circles .image-circle a:hover
{
    opacity: .8;
}
#image-circles .image-circle div.no-link
{
    display: flex;
    height: 150px;
    width: 150px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-bottom: 15px;
}
#image-circles .image-circle div.no-link img
{
    display: block;
    height: auto;
    width: 150px;
}
.acf-block-preview #image-circles
{
    padding-top: 0!important;
}
.acf-block-preview #image-circles .brand:not(:first-of-type)
{
    display: none;
}