﻿#content {
  overflow-x: unset;
}


#content .xcol-pic-box   {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  padding: 12px;
}



#content .xcol-pic-box > a  {
    border-radius: 100%;
    overflow: hidden;
    aspect-ratio: 1/1;
    height:100%;
}

#content .x-column:hover img  {
    transform: scale(1.1);
}

.filtr_prod_items.show  {
    width:calc(100%/4 - 10px);
}

.media_image {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 100%;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1;
  padding: 15px;
  overflow: hidden;
}

.media_image img {
  border: 0px solid #ccc;
  border-radius: 100%;
  width: 100%;
  /*! aspect-ratio: 1/1; */
  overflow: hidden;
  object-fit: cover;
  height: 100%;
}


.contenttext_more {
    text-align: center;
}