.gallery {
    padding: 20px;
    border: 1px solid #cccccc;
    width: 500px;
    margin: 10px auto;
    height: 380px;
}

.big {
    background-image: url("../images/gallery/loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 500px;
    height: 281px;
    border: 1px dotted #cccccc;
}

.small {
    margin-top: 10px;
    margin-left: 33px;
}

.small a img {
    border: none;
}

.button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    font-size: 30px;
    font-weight: bold;
    border: 2px solid black;
    border-radius: 50%;
}
.button:hover {
    cursor: pointer;
}


.Ozgidaite{
 
  display:none;  
  -webkit-animation: blink 2s linear infinite; 
	animation: blink 2s linear infinite; 
	font-weight: bold; 
	color: color: #F00; 
	font-size: 40px;
}

@-webkit-keyframes blink { 
	0% { color: #F00; }
	50% { color: #FBB; }
	100% { color: #F00; }
}

@keyframes blink {  
	0% { color: #F00; }
	50% { color: #FBB; }
	100% { color: #F00; } 
    
}