/*********************************************************************************

	Template Name: Voopo - VOIP, Telecom and Cloud Services Template
	Description: Voopo is a beautiful and unique Bootstrap 4 template.
	Version: 1.0

**********************************************************************************/
.about--thumb {
	position: absolute; /* so it stays on the right side */
	top: 0;
	right: 0;
	width: 50%;        /* take half the container */
	height: 100%;
	overflow: hidden;  /* cut excess image */
	z-index: 1;        /* behind the text */
  }
  
  .about--thumb img {
	width: 100%;       /* always scale within container */
	height: 100%;      /* fill container height */
	object-fit: cover; /* cover the box without distortion */
	max-width: 100%;   /* prevent overflow */
  }
  