﻿/* Small Devices, Tablets */
@media only screen and (max-width : 1260px) {
}

@media only screen and (max-width : 1000px) {
}

@media only screen and (min-width : 992px) {
}

@media only screen and (max-width : 768px) {
    .executor-list {
        padding:0;
        display:block !important;
    }
}
@media only screen and (max-width : 640px) {
    
}

@media only screen and (max-width : 420px) {
    .ideas-news img {
        max-width: 100% !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {    
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 370px) {
}

@media only screen and (min-width : 992px) {    
}

