﻿.ImgTxtCombo {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

/*.ImgTxtCombo_Img {
    height: 80% !important;
}*/


    .ImgTxtCombo_Img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }

.ImgTxtCombo_Txt {
    height: unset !important;
    padding-bottom:10px;
}
