.contest-works { width: 100%; } .contest-works__works { text-align: left; display: flex; } .contest-works__column { display: flex; flex-direction: column; margin-right: 20px; width: 300px; } .contest-works__loader { width: 100%; height: 30px; position: relative; } .contest-works__no-works { text-align: center; width: 100%; } .contest-work-item { break-inside: avoid; border-radius: 8px; overflow: hidden; margin-bottom: 20px; transition: opacity .4s ease-in-out; text-transform: uppercase; font-weight: bold; color: black; border: 1px solid #ececec; display: block; } .contest-work-item__img { width: 100%; height: auto; } .contest-work-item__info { display: flex; padding: 5px 10px; } .contest-work-item__age { color: #919191; } .contest-work-item__bio { flex: calc(100% - 70px); } @media only screen and (min-width: 1023px) { .contest-works:hover .contest-work-item:not(:hover) { opacity: 0.4; } }