/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Nov 21 2017 | 05:25:22 (pm)
/*
/******* Do not edit this file *******/

/* used to wrap text around images */
.wrapright {
    max-width: 100%;
    height: auto;
    float: left;
    margin-right: 10px;
}
/* used to wrap text around images */
.wrapleft {
    max-width: 100%;
    height: auto;
    float: right;
    margin-left: 10px;
}
/* this is used to fix the content size for the main column, after i commented out the left side tab navigation */
.medium-6 {
    width: 75%;
}
/*fixing frontpage banner*/
.ufg-tabs-wrp {
    position: relative;
}
.ufg-banner {
    background-size: cover;
    background-position: center;
}
@media only screen and (min-width : 320px) {
    .ufg-banner {
        height: 180px!important;
        min-height: 180px!important;
    }
}
@media only screen and (min-width : 650px) {
    .ufg-banner {
        height: 300px!important;
        min-height: 300px!important;
    }
}
@media only screen and (min-width : 768px){
    .ufg-banner {
        height: 430px!important;
    }
}