#resolution-message {
    display: none; /* Domyślnie ukryj */
	text-align: center;
	font-size: 16px;
  	color: #f70202;
  	line-height: initial;
  	padding: 20px;
	font-variant: petite-caps;
	animation: fadeInOut 3s infinite; /* Czas trwania animacji 6s, powtarza się w kółko */

}
@media (max-width: 767px) {
  #resolution-message {
    display: block;

  }
}

.anmedia-opis2 {
	position: relative;
  	top: 775px;
  	width: 800px;
  	transform-origin: 0% 0%;
  	transform: rotate(-90deg);
	display: flex;
  	flex-direction: column;
  	align-items: center;
  	left: -50px;
  /*background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background:linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);*/
}
/* Tytuł */
.anmedia-opis2 h2 {
    font-size: 24px; /* Rozmiar tytułu */
    /*font-family: Arial, sans-serif; /* Przykładowa czcionka */
    margin: 30px 0px 0px 0px; /* Odstęp od dołu */
    /*color: #333; /* Kolor tytułu */
	animation: slideIn 2.5s ease-out forwards;
	-webkit-animation: slide-top2 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top2 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-top2 {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes slide-top2 {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.anmedia-opis2 hr {
    width: 100%; /* Linia na całą szerokość diva */
    border: none; /* Usunięcie domyślnego stylu */
    height: 1px; /* Grubość linii */
    background-color: #c8c8c8; /* Kolor linii */
    margin: 20px 0; /* Odstępy góra/dół */
}

/* Opis */
.anmedia-opis2 p {
    font-size: 16px; /* Rozmiar tekstu */
    font-family: Arial, sans-serif; /* Przykładowa czcionka */
    color: #c8c8c8; /* Kolor opisu */
    text-align: center; /* Wyśrodkowanie tekstu */
    margin: 0; /* Bez marginesów */
}
.anmedia-opis2 a {
	text-decoration: none;
	color: #c8c8c8;
}
.anmedia-opis2 a:hover {
	color: #41C0F2;
}
.bgsidebars {
	margin-right: 20px;	
}