﻿.ft-menu-wrapper .ft-item:nth-child(3) a img {
    width: 100%; /* default width (for large screens >1024px) */
}

/* Width 1024px and below */
@media (max-width: 1024px) {
    .ft-menu-wrapper .ft-item:nth-child(3) a img {
        width: 16%;
    }
}

/* Width 853px and below */
@media (max-width: 853px) {
    .ft-menu-wrapper .ft-item:nth-child(3) a img {
        width: 15%;
    }
}

/* Width 820px and below */
@media (max-width: 820px) {
    .ft-menu-wrapper .ft-item:nth-child(3) a img {
        width: 21%;
    }
}

/* Width 768px and below */
@media (max-width: 768px) {
    .ft-menu-wrapper .ft-item:nth-child(3) a img {
        width: 20%;
    }
}

/* Width 540px and below */
@media (max-width: 540px) {
    .ft-menu-wrapper .ft-item:nth-child(3) a img {
        width: 34%;
    }
}

/* Width 430px and below */
@media (max-width: 430px) {
    .ft-menu-wrapper .ft-item:nth-child(3) a img {
        width: 37%;
    }
}

/* Width 412px and below */
@media (max-width: 412px) {
    .ft-menu-wrapper .ft-item:nth-child(3) a img {
        width: 39%;
    }
}

/* Width 360px and below */
@media (max-width: 360px) {
    .ft-menu-wrapper .ft-item:nth-child(3) a img {
        width: 41%;
    }
}

/* Width 344px and below */
@media (max-width: 344px) {
    .ft-menu-wrapper .ft-item:nth-child(3) a img {
        width: 47%;
    }
}
