.bottom-banner {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap:20px;
}

.bottom-banner li {
	min-width: 300px;
	max-width: 425px;
	width:100%;
	flex: 1;
}

.bottom-banner li .bottom-content {
	position: relative;
	width:100%;
	margin-bottom: 17px;
}

.bottom-hover {
text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  opacity: 0;
  background-color: rgba(255, 255, 255, .8);
}

.bottom-hover a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  flex: 1 1 50%;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
}

.bottom-hover a:hover {  border: 1px solid #000; }

.bottom-banner li .bottom-content:hover .image {
  opacity: 0.3;
}

.bottom-banner li .bottom-content:hover .bottom-hover {
  opacity: 1;
}


.bottom-banner-title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2.4px;
	color: #000;
}

.bottom-banner li .bottom-content img {
	width:100%;
	opacity: 1;
	display: block;
	transition: .5s ease;
	backface-visibility: hidden;
}

@media (max-width: 1360px) {
    .bottom-banner li {
		flex-basis: 50%;
	}
}  


/*
.bottom-banner li {
    flex-basis: 350px;
    flex-grow: 1;
    position: relative;
}

.bottom-banner li .bottom-item div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-banner li .bottom-item div img {
    display: flex;
    width: 100%;
    
    transition: .5s ease;
	backface-visibility: hidden;
}


.bottom-banner li .bottom-item .bottom-banner__text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.4px;
    color: var(--txtnoir);
    margin-top: 17px;
}



bottom-hover { opacity: 0; }

.bottom-banner li:hover .bottom-item .image {
  opacity: 0.3;
}

.bottom-banner li:hover .bottom-hover {
  opacity: 1;
}


.bottom-hover {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width:100%;
	height:100%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	background-color: rgba(255, 255, 255, .8);
	display:flex;
	justify-content:space-between;
	align-items:center;
	
}
*/


/*
.bottom-hover a{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
    flex: 1 1 50%;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--txtnoir);
}

.bottom-hover a:visited{
    color: var(--txtnoir);
}
*/
/*
.bottom-banner li:hover .bottom-hover {
    opacity: 1;
}

.bottom-hover a:hover{
    border-color: #000;
}
*/


/*

@media screen and (max-width:1400px) {
    .bottom-banner {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .bottom-banner__text {
        font-size: 18px;
    }
}




@media screen and (max-width:1100px) {
    .bottom-banner {
        display: grid;
        grid-template-columns: 1fr;
    }

    .bottom-banner li a img {
        width: calc(100vw - 90px);
    }

    .bottom-banner__text {
        font-size: 20px;
        letter-spacing: 3px;
    }

    .bottom-banner__text {
        margin-top: 36px;
        letter-spacing: 4px;
    }
}

@media screen and (max-width:600px) {
    .bottom-banner__text {
        font-size: 16px;
    }
}

@media screen and (max-width:500px) {
    .bottom-banner__text {
        text-align: center;
        font-size: 14px;
        margin-top: 17px;
    }
}

@media screen and (max-width:450px) {
    .bottom-banner__text {
        font-size: 12px;
    }
}


@media screen and (max-width:306px) {
    .bottom-banner__text {
        font-size: 12px;
    }
}
*/