.falke_fotobox_pic_container{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.falke_fotobox_pic_container a{
display: flex;
align-items: center;
justify-content: center;
background-color: #F6F7F9;
border: 5px solid #fff;
padding: 10px;
}
.falke_fotobox_pic_container a img{
transition: .5s;
}
.falke_fotobox_pic_container a:hover img{
transform: scale(1.05);
}
.falke_fotobox_pic_container a{
flex: 0 1 50%;
}
@media all and (min-width:400px){
.falke_fotobox_pic_container a{
flex: 0 1 33%;
}
}
@media all and (min-width:800px){
.falke_fotobox_pic_container a{
flex: 0 1 25%;
}
}
@media all and (min-width:1200px){
.falke_fotobox_pic_container a{
flex: 0 1 20%;
}
}
.fotoalbum_description{
margin:85px 20px 20px 20px;
}
@media all and (max-width:1024px){
.fotoalbum_description{
margin:30px 20px 20px 20px;
}
} .sharingButtons{
position: fixed;
z-index:2000; border:2px solid #fff;
}
@media all and (max-width:799px){
.sharingButtons{
left:0;
bottom:0;
right:0;
display: flex;
justify-content: space-between;
}
.sharingButtons > div{
flex: 0 1 100%;
}
.sharingButtons a{
width:100% !important;
}
}
@media all and (min-width:800px){
.sharingButtons{
right:0;
bottom:100px;
}
}
.sharingButtons a{
display: flex;
width:2.0em;
height:2.0em;
font-size:2.0em;
text-decoration: none;
justify-content: center;
align-items: center;
border: 2px solid #fff;
background-color: rgb(0, 38, 130);
color: #fff;
}
.sharingButtons a.share-fb{
background-color: #3b5998;
}
.sharingButtons a.share-whatsapp{
background-color: #25d366;
}
.sharingButtons a.share-pinterest{
background-color: #bd081c;
}