.ib-custom-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}

.ib-modal-content {
	position: relative;
	max-width: 95%;
	max-height: 95%;
}

.ib-modal-img {
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	max-height: 100vh;
	padding: 15px 15px 30px;
}

@media (max-width: 768px) {
	.ib-modal-img {
		padding: 0;
	}
}

.ib-modal-close {
	position: absolute;
	top: 0;
	right: 10px;
	width: 50px;
	height: 50px;
	color: white;
	font-size: 50px;
	cursor: pointer;
	transition: color 0.3s ease;
	z-index: 10001;
}

.ib-modal-close:hover {
	color: #ccc;
}

#all-partners {
	cursor: pointer;
}

@media (max-width: 974px) {
	.t524__col-mobstyle {
		height: 100%;
	}
}