@media only screen and (max-width: 479px) {
    .node-type-degrees .field-name-field-image {
        width: 100%;
    }
    .node-type-degrees .field-name-field-link {
        display: block;
    }

    .page-study-with-us .view-degrees .views-row {
        width: 100%;
    }
    .page-study-with-us .view-degrees .views-row img {
        width: 100%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .page-study-with-us .view-degrees .views-row {
        float: left;
        margin-right: 2%;
        min-height: 175px;
        width: 48%;
    }
    .page-study-with-us .view-degrees .views-row img {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 959px) {
    .page-study-with-us .view-degrees .views-row {
        float: left;
        margin-right: 2%;
        min-height: 174px;
        width: 31%;
    }
    .page-study-with-us .view-degrees .views-row  img {
        width: 100%;
    }
}

@media only screen and (min-width: 960px) {
    .page-study-with-us .view-degrees .views-row {
        float: left;
        margin-right: 2%;
        min-height: 174px;
        width: 31%;

    }
    .page-study-with-us .view-degrees .views-row  img {
        width: 100%;
    }
}

.node-type-degrees .field-name-field-link {
    padding: 8px 0;
    text-align: center;
    width: 100%;

}
