@media screen and (max-width: 1200px) {
.tg_background_list_wrapper .tg_background_list_column .tg_background_list_content {
    padding-left: 10px;
    padding-right: 10px;
}

.tg_background_list_wrapper .tg_background_list_content .tg_background_list_link .button {
    padding: 5px 20px;
    line-height: 1.5;
}

}



@media screen and (max-width: 767px) {
#contact_video_sec .tg_background_list_column {
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
}

#contact_video_sec {
    overflow-x: scroll;
}

#contact_video_sec::-webkit-scrollbar{
    height: 1px;
}
    
}