    .Picture{
        border: 5px solid;
		max-width: 749px;
		max-height: 749px;
    }
	.gallery {
		display: grid;
		grid-template-columns: repeat(6, auto);
		grid-gap: 10px;
		width: 100%;
		margin: 0 auto;
	}
	.gallery img {
		width: 100%;
		max-width: 749px;
		max-height: 749px;
		height: 100%;
		cursor: pointer;
		object-fit: cover;
	}
	.gallery img:fullscreen { object-fit: contain; }

	@media screen and (max-width: 2560px) {
	  .gallery {
		grid-template-columns: repeat(5, auto);
	  }
	}
	@media screen and (max-width: 2048px) {
	  .gallery {
		grid-template-columns: repeat(4, auto);
	  }
	}
	@media screen and (max-width: 1536px) {
	  .gallery {
		grid-template-columns: repeat(3, auto);
	  }
	}
	.link_to_gallery_container {

		color:black;
		font-size: 1.3em;
		font-weight: bold;
		text-align:center;
		margin: 0 auto;
		position: relative;
		width: 100%;
		overflow: hidden;
		text-decoration: none;
	  
	}

	.video-container {
		width: 100%;
		max-width: 100%;
		aspect-ratio: 16 / 9; /* forces 16:9 ratio */
	}

	.video-container video {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover; /* makes sure it fills the container nicely */
	}
	
	.text-ads{
		
		font-size:1.5em;
		font-weight:bold;
		text-align:center;
		padding:10px 10px 10px 10px;
		
	}
	.black-box{
		
		margin: 0 auto;
		background-color: white;
		
	}

	.responsive-iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
	  border: none;
	}
	.container-blog {
		
	  position: relative;
	  #width: 100%;
	  overflow: hidden;
	  padding-top: 56.25%;
	  border-right:5px solid white;
	  border-left:5px solid white;
	  
	}
	.black-box-top{
		
		text-align:center;
		margin: 0 auto;
		padding:5px 5px 5px 5px;
		border-top:5px solid white;
		border-right:5px solid white;
		border-left:5px solid white;
		
	}
	.black-box-bottom{
		
		text-align:center;
		margin: 0 auto;
		padding:1px 1px 1px 1px;
		border-bottom:5px solid white;
		border-right:5px solid white;
		border-left:5px solid white;
		
	}
