.banner_body_right {
right: 0;
}
.banner_body_left {
left: 0;
}
.banner_body_left, .banner_body_right {
text-align: center;
position: fixed;
top: 40px;
width: 15%;
z-index: 999;
} .container-home {
display: grid;
gap: 10px;
width: 100%;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
}
.container-home .h3-category {
margin-top: 20px;
}
.container-home img {
border-radius: 5px;
}
.item-home-in {
padding: 10px;
display: flex;
flex-direction: column;
align-items: stretch;
width: 100%;
}
.item-home {
padding: 10px;
width: 100%;
}
.full-width {
grid-column: span 2;
display: flex;
justify-content: space-between;
width: 100%;
}
.ads-block-home {
grid-column: span 2;
}
@media (max-width: 768px) {
.container-home {
grid-template-columns: 1fr;
display: flex;
flex-direction: column;
}
.full-width {
grid-column: span 1;
flex-direction: column;
align-items: normal;
flex-wrap: wrap;
}
.item-home, .item-home-in {
grid-column: span 1!important;
width: 100%;
}
.ads-block-home {
grid-column: span 1!important;
max-width: 100vw;
width: 100vw; max-width: 100%;
overflow: hidden;
}
.container-project {
display: flex;
flex-direction: column;
align-items: center;
}
.content-block {
width: 100%;
}
.block-image {
max-width: 100%;
height: auto;
}
.btn-more {
width: 100%;
text-align: center;
}
}
button.btn-more {
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
border-radius: 5px;
background: #0096df;
color: white;
font-size: 14px;
}
button.btn-white {
background: white;
border: 1px #0096df solid;
color: #0096df;
}
button.btn-more:hover {
background-color: #0096dfa3;
}
button.btn-white:hover {
background-color: #0095dc10;
}