.top_nav ul li:hover ul {
    height: 300px !important;
}

.block_3 .content .works {
    width: 16.666666% !important;
}

.block_3 .content .works:nth-child(6) {
border-right: 4px solid #f2eb13 !important;
}

.block_3 .content .works:nth-child(7) {
border-right: none !important;
}

.mycolcontainer {
    display: table;
    width: 100%;
}

.mycol5 {
display: table-cell;
padding: 5px;
}

@media screen and (max-width: 640px) {
.mycol5 {
width: 100%;
display: block;
}}

.mycol5 a, .mycol5 img {
width: 100%;
object-fit: cover;
max-height: 128px;
}

@media screen and (max-width: 640px) {
.mycol5 a, .mycol5 img {
max-height: 100%;
}}