


#box{
	background: #45c7ec;
	height: 100vh;}



#box .col-sm-12{
height: 100vh;
display: flex;
border: 10px solid #fff;
align-items: center;
justify-content: center;}


#a1{
	background: url("foto/b1.png") no-repeat;
	background-size: auto 100%;
	background-position: center;
    -webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;

}

#a2{
	background: url("foto/b2.png") no-repeat;
	background-size: auto 100%;
	background-position: center;
	-webkit-transition: all 2s ease;
		-moz-transition: all 2s ease;
		-ms-transition: all 2s ease;
		-o-transition: all 2s ease;
		transition: all 2s ease;

}

#a3{
	background: url("foto/b3.png") no-repeat;
	background-size: auto 100%;
	background-position: center;
	-webkit-transition: all 2s ease;
		-moz-transition: all 2s ease;
		-ms-transition: all 2s ease;
		-o-transition: all 2s ease;
		transition: all 2s ease;

}



#box .col-sm-12:hover{
	background-size:auto 105%;
	border: 10px solid #45c7ec;}


#box .col-sm-12 .fotooo{
	-webkit-transition: all 2s ease;
		-moz-transition: all 2s ease;
		-ms-transition: all 2s ease;
		-o-transition: all 2s ease;
		transition: all 2s ease;

	width: 200px; 
	height: 170px;
	background: rgba(256, 256, 256, 0.8); 
	margin: auto;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
}

#box .col-sm-12:hover .fotooo{
	display: block;
	width: 200px; 
	height: 170px;
	background:  #fff; 
	margin: auto;
	border-radius: 10px;
	align-self: flex-start;
	display: flex;
	align-items: center;
	justify-content: center;

}


#box .col-sm-12 .fotooo img{
	align-self: flex-start;
	height: 250px;
	display: block; 
	margin:20px auto;}



#box .col-sm-12:hover a img{
	align-self: flex-start;
	display: block; 
	height: 120px;
	margin:20px auto;}









div .kutaisi{

	width: 100% !important;
	margin: 20px auto;
	text-align: center;
	display: block !important;
	padding: 10px 20px !important;
	border-radius: 5px;
	background: #45c7ec; color: #fff;}








@media (max-width: 576px) { 

#a1{
	background: url("foto/b1.png") no-repeat;
	background-size: cover;
}

#a2{
	background: url("foto/b2.png") no-repeat;
	background-size: cover;
}

#a3{
	background: url("foto/b3.png") no-repeat;
	background-size: cover;
}

#box .col-sm-12:hover{background-size: cover;}


#box .col-sm-12{ height: 30vh;}

#box .col-sm-12 .fotooo{
	display: block;
	width: 100px; 
	height: 80px;
	background: #fff; 
	margin: auto;
	border-radius: 10px;
	align-items: center;
	justify-content: center;}

#box .col-sm-12 .fotooo img{
	display: block; 
	height: 70px;
	margin: auto;}


#box .col-sm-12:hover{
	border: 10px solid #45c7ec;
	background-position: 0px !important;}

}
