/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5.9.2016, 16:35:32
    Author     : Sob
*/



.mg-image-tiles .mg-thumbs.mg-fourcol ul li{
    margin:0 !important;
    padding:0 !important;
    width:25% !important;
}
.mg-image-tiles .mg-thumbs ul li div{
    margin:0 !important;
    padding:0 !important;
}
.mg-image-tiles .mg-thumbs ul li div:hover{
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    
}

.mg-video-tiles.borderless .mg-thumbs ul li div{
    padding: 0 !important;
}
.mg-video-tiles.borderless .mg-thumbs ul li div:hover{
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.mg-image-tiles .mg-thumbs.mg-fivecol ul li{
    width: 20% !important;
    margin:0 !important;
}