﻿_:-ms-lang(x), .profile-image-container {
    height: 215px;
}

_:-ms-lang(x), #avatarModal .profile-image-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 150px;
    max-height: 214px;
    clip: rect(25px, 135px, 110px, 15px);
}

_:-ms-lang(x), #avatarModal .profile-image-card:hover {
    max-width: 223px;
    max-height: 311px;
    clip: rect(0px, 223px, 311px, 0px);
}

_:-ms-lang(x), .profile-image-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 150px;
    max-height: 214px;
    clip: rect(25px, 135px, 110px, 15px);
}

_:-ms-lang(x), .profile-image-card:hover {
    max-width: 223px;
    max-height: 311px;
    clip: rect(0px, 223px, 311px, 0px);
}

_:-ms-lang(x), .public-profile-image-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 102px;
    max-height: 145px;
    clip: rect(15px, 95px, 80px, 7px);
}

_:-ms-lang(x), .public-profile-image-card:hover {
    max-width: 223px;
    max-height: 311px;
    clip: rect(0px, 223px, 311px, 0px);
}

_:-ms-lang(x), .loading {
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}