.tm-bgcolor-darkgrey .themetechmount-box.themetechmount-box-client.themetechmount-box-view-boxed-logo.themetechmount-client-box-view-boxed-logo-style1 {
    background-color: transparent;
}
.themetechmount-element-clientbox-boxed-logo-style1 {
    overflow: hidden;
    position: relative;
    height: 260px;
    width: 260px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    background-color: var(--ttm-secondarycolor);
}

.themetechmount-element-clientbox-boxed-logo-style1 .themetechmount-box-client .themetechmount-item-thumbnail {
    height: 260px;
}
.themetechmount-box-view-simple-logo .themetechmount-item-thumbnail-inner img {
	transition: all 0.5s ease;
}
.themetechmount-box-view-simple-logo:hover .themetechmount-item-thumbnail-inner img {
    transform: translateY(7px);
	transition: all 0.5s ease;
}
@media only screen and (min-width:480px) and (max-width:767px){ 
.themetechmount-boxes-view-default.themetechmount-boxes-client .tm-box-col-wrapper {
    width: 50%;
}
.themetechmount-box-view-simple-logo .themetechmount-item-thumbnail-inner img {
    height: 31px;
}
}