﻿
.bg-no
{
background:transparent!important; 
border:0px!important;
}



.media-sponsors-logo {
    /*width: 120px;*/
    /*padding: 5px 10px;*/
    box-shadow: 0 0 10px #c5c5c5;
    border-radius: 5px;
    margin: 10px auto;
    transition: 0.35s;
    max-width:100%;
}

.background-sponsors {
    padding: 90px 0px 40px 0px;
    /*background: #edfff6 url(../images/sponsors.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-white1 {
       background: #fff ;
}

.background-off-white {
       background: #fffae4;
}

.background-grey {
    position: relative;

    background: #f4f0f9;
}

.background-white {
    position: relative;
    background-color: #fff;
}

.whole-sponsors-logo-div {
   /* padding: 35px 15px 25px;*/
    border-radius: 10px;
    margin-bottom: 40px;
   /* background: rgba(255, 255, 255, 0.5);*/
    margin: 5px auto;
    text-align: center;
}
.whole-sponsors-logo-div-grey {

    background: rgba(221, 195, 255, 0.1);
}
.media-sponsors-logo:hover {
    transform: translateY(-10px);
    transition: .2s ease-in-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0px 5px 40px -15px;
    box-shadow: 0px 5px 40px -15px #5a5858;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
}

.media-sponsors-logo img {
    width: 100%;
    /*max-width: 135px;*/
	max-width:250px;
}

@media(max-width:767px) {
    .media-sponsors-logo {
    min-width:unset;
    max-width:max-content;
    }
     .media-sponsors-logo  img{
    min-width:unset;
    max-width:max-content;
    }
}