/* 
 Theme Name:     Divi Child Theme
 Author:         Tofix
 Author URL:     www.rannamoisapuhkekyla.ee
 Template:       Divi
 Version:        V1.0
 Description:   
*/ 

/*GALLERY*/

.gallery3 .et_pb_gallery_item {
    padding: 2px;
    width: 33.33%!important;
    clear: right!important;
	margin-right: 0!important;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 981px) {
     
.et_pb_column .et_pb_grid_item:nth-child(n) {
    width: 25%!important;
    height:14.4vw!important;
}
}


/*remove GALLERY text from bottom*/
.mfp-title { 
	display: none !important; 
}