.preyantechnosys-teambox-style1 .preyantechnosys-post-item {
    background: var(--prt-greycolor);
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.preyantechnosys-teambox-style1 .prt-position {
    padding-top: 100px;
    transition: 0.8s;
}
.preyantechnosys-teambox-style1:hover .prt-position {
    transform: translateY(100%);
}
.preyantechnosys-teambox-style1 .preyantechnosys-box-title h4 {
    margin-bottom: 0;
    padding-top: 5px;
}
.preyantechnosys-teambox-style1 .preyantechnosys-team-image-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: scale(1);
    transition: 0.8s;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
}
.preyantechnosys-teambox-style1:hover .preyantechnosys-team-image-box img {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    top: 0;
}

@media (max-width:1339px){
    .preyantechnosys-teambox-style1:hover .preyantechnosys-team-image-box img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
    .preyantechnosys-teambox-style1 .preyantechnosys-team-image-box img {
        position: relative;
        top: auto;
    }
    .preyantechnosys-teambox-style1 .prt-position {
        padding-top: 25px;
        transition: 0.8s;
        transform: unset;
    }
    .preyantechnosys-teambox-style1:hover .prt-position {
        transform: unset;
    }
}