﻿.BannerBox {
    min-height: 450px;
    position: relative;
}

.Image_BannerBox {
    height: 175px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .Image_BannerBox img {
        width: 100%;
    }

.Botton_BannerBox {
    position: absolute;
    right: 10px;
    bottom: 20px;
}
