.body1 {
    height: 465px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.centernot {
    position: relative;
    width: 1168px;
    left: -61px;
    perspective: 500px;
    margin-top: 120px;
}

.centernot .img-cd {
    position: relative;
    height: 350px;
    width: 572px;
    transform-style: preserve-3d;
    transition: transform .5s ease-in;
}

.img-cd img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-cd img:nth-child(1) {
    transform: rotateX(-270deg) translateY(-175px);
    transform-origin: top left;
}

.img-cd img:nth-child(2) {
    transform: translateZ(175px);
}

.img-cd img:nth-child(3) {
    transform: rotateX(-90deg) translateY(175px);
    transform-origin: bottom center;
}

.img-cd img:nth-child(4) {
    transform: rotateX(-180deg) translateY(350px) translateZ(175px);
    transform-origin: bottom right;
}

#tab-1:checked ~ .img-cd {
    transform: rotateX(-90deg);
}

#tab-2:checked ~ .img-cd {
    transform: rotateX(0deg);
}

#tab-3:checked ~ .img-cd {
    transform: rotateX(90deg);
}

#tab-4:checked ~ .img-cd {
    transform: rotateX(180deg);
}

.slds {
    position: absolute;
    display: block;
    right: 0;
    top: -30px;
}

.slds label {
    height: 109px;
    width: 137px;
    display: flex;
    overflow: hidden;
    cursor: pointer;
    margin: 6px 0;
    border: 2px solid #2d4052;
}

.slds label:nth-child(1) {
    margin-top: 0;
}

label img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: grayscale(1);
    opacity: .9;
}

label img:hover,
#tab-1:checked ~ .slds label:nth-child(1) .ig,
#tab-2:checked ~ .slds label:nth-child(2) .ig,
#tab-3:checked ~ .slds label:nth-child(3) .ig,
#tab-4:checked ~ .slds label:nth-child(4) .ig {
    filter: grayscale(0);
    opacity: 1;
}

input {
    display: none;
}

/**/
@media all and (max-width: 968px) {
    .body1 {
        height: 105px;
        width: 1px;
    }

    .centernot {
        left: -153px;
        perspective: 50001px;
        margin-top: 61px;
    }

    .centernot .img-cd {
        position: relative;
        height: 218px;
        width: 334px;
    }

    .slds {
        visibility: collapse;
    }

}
