.ang-image-gallery[data-gallery-id="1628"] .ang-swiper-wrapper .ang-swiper-slide .ang-gi-item .ang-img-inner{width: 100% !important; height: auto !important;}.ang-lg-ellipsis {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.ang-lg-ellipsis div {
position: absolute;
top: 33px;
width: 13px;
height: 13px;
border-radius: 50%;
background: #dddddd;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
display:block;
}
.ang-lg-ellipsis div:nth-child(1) {
left: 8px;
animation: ang-lg-ellipsis1 0.6s infinite;
}
.ang-lg-ellipsis div:nth-child(2) {
left: 8px;
animation: ang-lg-ellipsis2 0.6s infinite;
}
.ang-lg-ellipsis div:nth-child(3) {
left: 32px;
animation: ang-lg-ellipsis2 0.6s infinite;
}
.ang-lg-ellipsis div:nth-child(4) {
left: 56px;
animation: ang-lg-ellipsis3 0.6s infinite;
}
@keyframes ang-lg-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes ang-lg-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes ang-lg-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(24px, 0);
}
}
.ang-lg-ellipsis div{background: #dddddd;color: red;}
