@media only screen and (max-width: 1024px){
	.playbtn-mobile.text-right,
	.playbtn-mobile.text-left
	{
		text-align: center !important;
	}
}
table.schedule-tb{
	width: 100%
}
@media (min-width: 768px) {
  .desktop-hide {
    display: none !important;
  }
}
.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }

.popup1 
{
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 20px;
      background-color: #fff;
      border: 1px solid #ccc;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      z-index: 999;
}