/* potrait tablet */

@include potrait-tablet {
    .profile-card,
    .profile-image-card,
    .vintage-profile-card {
        margin-bottom: 30px;
    }
    .profile-image-card-group {
        >li {
            margin-bottom: 0px;
        }
    }
    .profile-header,
    .profile-image-card,
    .profile-img {
        img {
            width: 100%;
        }
    }
    /* profile card */
    .fullwidth-profile-card {
        .profile-entry-content {
            padding: {
                left: 30px;
                right: 25px;
            }
        }
        .profile-img {
            display: block;
        }
    }
    .owl-carousel {
        .owl-item {
            .profile-header {
                img {
                    width: 100%;
                }
            }
        }
    }
    /* team slider */
    .team-slider-wraper {
        overflow: hidden;
        position: relative;
    }
    /* thumb slider */
    .single-preview {
        .entry-content {
            background-size: 100%;
        }
    }
    .team-sync-thumb {
        overflow: visible;
        margin-bottom: 30px;
        .owl-item {
            transform: none !important;
        }
    }
    .team-sync-prev {
        .owl-stage-outer {
            padding-bottom: 50px;
        }
    }
}

/* tablet */

@include tablet {
    .team-slider {
        padding: 0;
    }
    .team-slider {
        overflow: visible;
        .owl-stage-outer {
            padding: 50px 0px;
        }
    }
    /* protfolio square version 4 */
    .profile-square-v {
        &.square-v4 {
            .profile-card {
                .profile-header {
                    max-height: 380px;
                }
                max-height: 500px;
            }
        }
    }
    /* profile card */
    .fullwidth-profile-card {
        .profile-entry-content {
            padding: {
                left: 0;
                right: 0;
                top: 30px;
            }
        }
    }
}

/* small device */

@include small-device {
    .profile-image-card-group {
        &.five-col,
        &.four-col {
            >li {
                width: 100%;
            }
        }
    }
    .vintage-style-2 {
        .vintage-profile-card {
            .profile-group {
                padding: 62px 29px;
            }
        }
    }
    .profile-info-text {
        padding-right: 0;
    }
    .image-card-v2 {
        &.style-circle {
            .profile-image-card {
                width: 240px;
                height: 240px;
            }
        }
    }
}