#main_cms2 img {
        transition: .3s all;
    }
#main_cms2 img:hover {
        opacity: 0.8;
    }
    
    /*DECOR BUTTONS2*/
#menu_buttons2 .menu_button_wrapper {
		transition: .3s all;
	}
#menu_buttons2 .menu_button_wrapper:hover {
		opacity: 0.8;
	}
 @media (max-width: 757px) {
        #menu_buttons2 .menu_button_wrapper.col-6 {
            max-width: 100%;
			flex-basis: 100%;
			margin-bottom: 1.5rem;
			display: flex;
			justify-content: center;
        }
    }
@media (min-width: 757px) {
        #menu_buttons2 .menu_button_wrapper.col-6:nth-child(1) {
            flex: 0 0 33.33333%;
            max-width: 33.33333%;
        }
        #menu_buttons2 .menu_button_wrapper.col-6:nth-child(2) {
            flex: 0 0 66.66667%;
			max-width: 66.66667%;
        }
    }
	.projector_stocks {
    display: none !important;
}