.triangle-right-bottom-big:after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 0;
    height: 0;
    border-right: 100px solid transparent;
    border-top: 100px solid white;
    transform: rotate(180deg);
}

.triangle-right-top-big:after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 0;
    height: 0;
    border-right: 100px solid transparent;
    border-top: 100px solid white;
    transform: rotate(90deg);
}

.triangle-right-top-small:after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 0;
    height: 0;
    border-right: 40px solid transparent;
    border-top: 40px solid white;
    transform: rotate(90deg);
}


.triangle-left-bottom-big:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 0;
    height: 0;
    border-right: 100px solid transparent;
    border-top: 100px solid white;
}

.triangle-left-top-big:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 0;
    height: 0;
    border-right: 100px solid transparent;
    border-top: 100px solid white;
}

.elementor-heading-title {
	word-wrap: break-word;
}

.elementor-custom-embed-play svg {
	opacity: 1 !important;
}

.customisations-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2px;
}

.customisations-gallery .image-container {
    width: 100%;
    height: 100%;
}

.customisations-gallery .image-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.customisations-project-content {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 24px
}

@media only screen and (max-width: 1024px) {
    .customisations-gallery {
        grid-template-columns: 1fr 1fr 1fr;
    }
}


@media only screen and (max-width: 768px) {
	.triangle-right-bottom-big:after {
		border-right: 60px solid transparent;
		border-top: 60px solid white;
	}

	.triangle-right-top-big:after {
		border-right: 60px solid transparent;
		border-top: 60px solid white;
	}

	.triangle-right-top-small:after {
		border-right: 30px solid transparent;
		border-top: 30px solid white;
	}


	.triangle-left-bottom-big:after {
		border-right: 60px solid transparent;
		border-top: 60px solid white;
	}

	.triangle-left-top-big:after {
		border-right: 60px solid transparent;
		border-top: 60px solid white;
	}
    
    .customisations-gallery {
        grid-template-columns: 1fr 1fr;
    }
}