.banner {
    background-image   : url('../images/plantcare/9.png');
    background-position: center center;
    background-size    : cover;
}

.read-box{
    /* height: 1100px;
    overflow-y: scroll; */
    padding-top:40px;
}

.greenhouse-moment {
    padding-left:10px!important;
    padding-right:10px!important;
}

p{
    line-height: 160%;
}

.card-title {
    font-size:100%;
}
.vdo-box{
    width: 250px;
    height: 300px;
    border-radius: 20px;
    position: relative;
    text-align: center;
}

.vdo-box img{
    width: 65%;
}

.vdo-icon{
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height:100%;
    justify-content: center;
    opacity: .7;
}

.slice-box{
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    cursor: pointer;
}

/* Next & previous buttons */
.prev {
    cursor: pointer;
    display:block;
    position:relative;
    top:-300px;
    left: 20px;
    width: 50px;
    height: 50px;
    padding: 10px;
    color: #7D7D7D;
    font-weight: bold;
    font-size: 20px;
    border-radius: 100%;
    user-select: none;
    -webkit-user-select: none;
    text-align: center;
    background-color: #9BBA9C;
}

.next {
    cursor: pointer;
    display:block;
    position:relative;
    top:-300px;
    right: 20px;
    width: 50px;
    height: 50px;
    padding: 10px;
    color: #7D7D7D;
    font-weight: bold;
    font-size: 20px;
    border-radius: 100%;
    user-select: none;
    -webkit-user-select: none;
    text-align: center;
    background-color: #9BBA9C;
}

.slice-box::-webkit-scrollbar {    display: none;}

.items-bg{
    height:200px;
    background-size: 150% !important;
    background-position: center !important;
    transition: 1s;
    border-radius: 5px;
}

.items-bg2{
    height:200px;
    background-size: 130% !important;
    background-position: center !important;
    background-repeat: no-repeat;
    transition: 1s;
    border-radius: 5px;
}

.items-bg0 {
    height:200px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
}

.items-bg:hover,
.items-bg2:hover {
    opacity: 0.5;
    font-weight:bold;
    background-size:160%;
}