.banner {display: flex;align-items: center;justify-content: flex-start;max-width: 100%;height: 350px;border-radius: 15px;background-color: #e2e2e2;background-size: cover;background-position: center center;}.my_skeleton {position: relative;cursor: default;}.my_skeleton::after {background-image: linear-gradient( 90deg, #EEEEEE 0%, #EEEEEE 40%, #DDDDDD 50%, #DDDDDD 55%, #EEEEEE 65%, #EEEEEE 100% );background-size: 400%;animation: my_skeleton 1500ms infinite;content: '';z-index: 2;width: 100%;height: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;border-radius: 5px;}@keyframes my_skeleton {from {background-position: 100% 100%;}to {background-position: 0 0;}}.showMyPlayer{display:block;position:relative;width:100%;height:100%;}.my_player{width: 100%;height: 100%;}