/* Enter Your Custom CSS Here */
.ae-ad-sidebar {
 	width:  258px;
  	height: auto;
  	display: flex;
  	flex-direction: column;
  	margin-bottom: 1em;
}

.ae-ad-square {
 	flex: 0 0 250px;
  	height: 250px;
  	width: 250px;
  	margin-bottom: 1em;
  	border: 4px solid rgba(229, 25, 44, 0);
  	transition: border .25s;
  	box-sizing: border-box;
}

.ae-ad-square:hover {
 	border: 4px solid rgba(229, 25, 44, 1); 
}

.ae-ad-square:last-of-type {
 	margin-bottom: 0em;
}