#section_video_list_wrapper {display: flex;flex-direction: row;justify-content: space-between;}#section_video_list_wrapper .slick-list .slick-track {display: flex;column-gap: 10px;}#section_video_list_wrapper .skeleton {animation: skeleton-loading 1s linear infinite alternate;border-radius: 7px;display: block;}@keyframes skeleton-loading {0% {background-color: #c2cfd6;}100% {background-color: #f0f3f5;}}#section_video_list_wrapper .card {align-items: center;border: none;border-radius: 5px;display: flex;flex-direction: column;justify-content: start;margin-right: 15px;margin-top: 15px;padding: 0;row-gap: 8px;width: 49%;}#section_video_list_wrapper .card:last-child {margin-right: 0;}#section_video_list_wrapper .card .img-wrapper {width: 100%;}#section_video_list_wrapper .card .img-wrapper .skeleton.img {border-radius: 5px;height: 130px;}@media (max-width: 767px) {#section_video_list_wrapper .card .img-wrapper .skeleton.img {height: 100px;}}#section_video_list_wrapper .card .content-wrapper {height: fit-content;width: 100%;}#section_video_list_wrapper .card .content-wrapper .skeleton.text {height: 12px;margin-bottom: 5px;}#section_video_list_wrapper .card .content-wrapper .skeleton.text:last-child {margin-bottom: 0;width: 75%;}