#cms-products.cubed .img-container {
    height: calc(100vh - 30px);
    display: flex;
    max-height: 740px;
    position: relative;
    margin: 60px auto 40px auto;
}

#cms-products.cubed .img-container .col-lg-4 {
    padding: 0;
    height: 100%;
}

#cms-products.cubed .box {
    padding: 0;
    height: 60%;
}

#cms-products.cubed .extend-box {
    height: 40%;
}

#cms-products.cubed .box,
#cms-products.cubed .extend-box {
    margin: 0;
    border: none;
}




#cms-products.cubed .box img:hover,
#cms-products.cubed .extend-box img:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

#cms-products.cubed .box img,
#cms-products.cubed .extend-box img {
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

#cms-products.cubed .box>div,
#cms-products.cubed .extend-box>div {
    height: 100%;
    overflow: hidden;
    position: relative;
}

/* circle */


#cms-products.circle {
    margin-bottom: 60px;
}

#cms-products.circle .img-container {
    position: relative;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cms-products.circle .circle-container {
    position: relative;
    width: 1280px;
    height: 940px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cms-products.circle .circle-item {
    position: absolute;
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#cms-products.circle .circle-item img {
    width: 250px;
    height: 250px;
    max-height: 200px;
    object-fit: contain;
    object-position: bottom;
    transition: transform 0.3s ease;
}

.circle-item img:hover {
    transform: scale(1.1) translateY(-20px);

}

#cms-products.circle .circle-item p {
    margin: 15px 0 0;
    font-size: 15px;
    color: #777777;
    font-weight: 500;
    width: 200px;
    line-height: 18px;
}

#cms-products.circle .circle-mid h1 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 60px;
    color: #333;
    margin-bottom: 10px
}

#cms-products.circle .circle-mid p {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 43px;
    color: #333;
}


#cms-products.circle .circle-mid {
    position: absolute;
    z-index: 2;
    transition: opacity 0.3s ease-in-out;
}

#cms-products.circle .hover-text {
    display: none;
    position: absolute;
    z-index: 2;
    transition: opacity 0.3s ease-in-out;
}

#cms-products.circle .hover-text p {
    display: none;
}

#cms-products.circle .circle-container .circle-item:nth-child(1) img {
    width: 300px;
    height: 300px;
    max-height: 300px;
}


#cms-products.circle .circle-container .circle-item:nth-child(2) img,
#cms-products.circle .circle-container .circle-item:nth-child(6) img {
    width: 180px;
    height: 180px;
    max-height: 180px;
}

#cms-products.circle .circle-container .circle-item:nth-child(3) img {
    width: 160px;
    height: 160px;
    max-height: 160px;
}

#cms-products.circle .circle-container .circle-item:nth-child(1) {
    transform: rotate(0deg) translateY(-350px) rotate(0deg);
}

#cms-products.circle .circle-container .circle-item:nth-child(2) {
    transform: rotate(51.43deg) translateY(-350px) rotate(-51.43deg);
}

#cms-products.circle .circle-container .circle-item:nth-child(3) {
    transform: rotate(100.86deg) translateY(-351px) rotate(-100.86deg)
}

#cms-products.circle .circle-container .circle-item:nth-child(4) {
    transform: rotate(146.29deg) translateY(-310px) rotate(-146.29deg)
}

#cms-products.circle .circle-container .circle-item:nth-child(5) {
    transform: rotate(212.71deg) translateY(-304px) rotate(-212.71deg)
}

#cms-products.circle .circle-container .circle-item:nth-child(6) {
    transform: rotate(257.14deg) translateY(-350px) rotate(-257.14deg);
}

#cms-products.circle .circle-container .circle-item:nth-child(7) {
    transform: rotate(308.57deg) translateY(-350px) rotate(-308.57deg);
}

#cms-products.circle .mobile .title-wrap {
    margin: 40px 0;
}

#cms-products.circle .mobile .title-wrap h1 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 60px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

#cms-products.circle .mobile .title-wrap p {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 43px;
    color: #333;
    text-align: center;
}

#cms-products.circle .mobile .prduct-list-container {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

#cms-products.circle .mobile .prduct-list-item {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 50px;
}

#cms-products.circle .mobile .prduct-list-item:first-child {
    width: 100%;
}

#cms-products.circle .mobile .prduct-list-item p {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}


#cms-products.circle .prduct-list-item a,
#cms-products.circle .circle-item a {
    color: #121212;
}


#cms-products.circle .prduct-list-item a {
    font-size: 14px;
}


#cms-products.circle .mobile .prduct-list-item img {
    max-width: 150px;
    max-height: 125px;
}

#cms-products.circle .mobile .prduct-list-item:first-child img {
    max-width: 250px;
    max-height: 225px;
}

@media (min-height: 700px) and (max-height: 900px) {
    #cms-products.circle .circle-container {
        transform: scale(0.8);
        transform-origin: top;
    }

    #cms-products.circle .img-container {
        height: 760px;
        padding-top: 180px;
    }

    #cms-products.circle {
        margin-bottom: 0px;
    }

    #cms-products.circle .circle-mid {
        margin-bottom: 140px;
    }
}

@media (max-width: 990px) {
    #cms-products .mobile {
        display: block;
    }

    #cms-products .desktop {
        display: none;
    }
}

@media (min-width: 991px) {
    #cms-products .desktop {
        display: block;
    }

    #cms-products .mobile {
        display: none;
    }
}