.movie--isloading{height:252px;border-radius:4px;overflow:hidden;margin-bottom:15px}@media screen and (max-width:767px){.movie--isloading .loading-btn,.movie--isloading .loading-main-text,.movie--isloading .loading-sub-text{width:100%}}.movie--isloading .loading-image{height:190px;background-image:linear-gradient(90deg,#ececec,#f4f4f4 40px,#ececec 80px);background-size:250px;animation:shine-loading-image 2s ease-out infinite}.movie--isloading .loading-content{background:#f7f7f7;padding:15px;display:flex;align-items:center;justify-content:center}.movie--isloading .loading-content .loading-text-container{flex-basis:100%}.movie--isloading .loading-content .loading-main-text{width:65%;margin-bottom:10px}.movie--isloading .loading-content .loading-main-text,.movie--isloading .loading-content .loading-sub-text{height:10px;background:#ececec;background-image:linear-gradient(90deg,#ececec,#ddd 40px,#ececec 80px);background-size:250px;border-radius:10px;animation:shine-loading-container-items 2s ease-out infinite}.movie--isloading .loading-content .loading-sub-text{width:50%}.movie--isloading .loading-content .loading-btn{width:60px;height:25px;background:#ececec;background-image:linear-gradient(90deg,#ececec,#ddd 40px,#ececec 80px);background-size:250px;border-radius:3px;animation:shine-loading-container-items 2s ease-out infinite}@keyframes shine-loading-image{0%{background-position:-32px}40%,to{background-position:208px}}@keyframes shine-loading-container-items{0%{background-position:-100px}40%,to{background-position:140px}}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton{width:90px;height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}