﻿.center-cropped {
            border: 0;
            height: 100px;
            width: 100%;
            background-size: cover;
            background-position: center bottom;
            background-repeat: no-repeat;
            overflow: hidden;
            padding-left: 3px;
            margin-top: 3px;
            -ms-background-position-x: center;
            -ms-background-position-y: bottom;
            background-position: center bottom;
        }

.row::after {
    content: "";
    clear: both;
    display: table;
}

.column {
    float: left;
    height: 198px;
    width: 955px;
    padding: 5px;
    margin: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}

.container {
  white-space:nowrap;
  overflow:hidden;
  width: 100%;
}

.d1 {
    display: inline-block;
    height:197px;
    background-repeat: no-repeat;
}

.d2 {
    display: inline-block;
    height: 197px;
    background-repeat: no-repeat;
}
