@media (max-width : 1024px) {
    #s1 .categoryNode1 {
        width: calc(50% - 15px);
    }

    #s6 .node2 {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: initial;
    }

    #s6 .node2 img {
        width: 100%;
        height: initial;
    }
}

@media (max-width : 576px) {
    #s1 .categoryNode1 {
        width: 100%;
    }
	
	#s9 .loopItemNode1 img {
		min-height: 170px;
	}
}