    .image-gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
		align-content: center;
		text-align: center;
		align-items: center;
    }
    .image-gallery img {
      width: 300px;
      height: auto;
      cursor: pointer;
      border-radius: 20px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
	  margin: 10px;

    }
    .image-gallery img:hover {
      transform: scale(1.1);
    }


    .fancybox-content {
      background: rgba(0, 0, 0, 0.95);
      color: #fff;
      padding: 20px;
      font-size: 16px;
      text-align: center;
		border-radius: 20px;
		align-items: center;
		align-content: center;
		overflow: hidden;
		
    }
    .hidden {
      display: none;
    }
    .popup-image {
      width: 300px;
      height: auto;
    }
	  .st01{
		  background-color: rgba(0,0,0,0.0);
		 
	  }

	  .st02{ 
		  width: 98%;
		  font-size:20px; 
		  margin: 30px;
		  text-align: center;
		  word-wrap:break-word;
}


@media (max-width: 576px) {
	.st02{ 
		width: 98%;
		font-size:14px; 
		padding: 3px;
		text-align: center;
		overflow-wrap:break-word;
	}
	
	.image-gallery img {
      width: 160px;
      height: auto;
      cursor: pointer;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
	  margin: 5px;
    }
}

.videostyle iframe{
	width: 700px;
	height: 400px;
}

@media (max-width: 768px) {
	.videostyle iframe{
	width: 600px;
	height: 400px;
	}
}


@media (max-width: 576px) {
	.videostyle iframe{
	width: 400px;
	height: 300px;
	}
}