.myBox {margin-bottom: 32px;height: 180px;width: 100px;}

.myBox-image-text {height: 70px;display: inline-flex;justify-content: center;align-items: center;}
.myBox-image-text img {height: 50px;width: 50px;}

.myBox-image {height: 90px;display: inline-flex;justify-content: center;align-items: center;}
.myBox-image-media {height: 90px;display: inline-flex;justify-content: center;align-items: center;}

@media screen and (min-width:992px) {
    .myBox-image img {height: 90px;width: 90px;object-fit: cover;object-position: 0 0;}
    .myBox-image-media img {height: 90px;width: 160px;object-fit: cover;object-position: 0 50%;}
}

@media screen and (max-width:992px) {
    .myBox-image img {height: 70px;width: 70px;object-fit: cover;object-position: 0 0;}
    .myBox-image-media img {height: 70px;width: 125px;object-fit: cover;object-position: 0 50%;}
}
