<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 601px) {
	.w3-half{
		max-width: 380px;
		float: none;
		display: inline-block;
	}
	/* .flip{ */
		/* text-align: center; */
	/* } */
}

.option{
	cursor:	 	pointer;
	/* width: 		100%; */
	display: 	block;
}

.option p{
	margin:0;
}

.w3-container{
	overflow: hidden;
}

.figure{
	margin:0;
}

.image-option{
	width:		100%;
	height:		auto;
}

.figcaption{
	text-align: left !important; 
	padding-left: 8px;
}

.image-question{
	width: 		100%;
	height:		auto;
}

/* .flip{ */
	/* margin-bottom: 	8px; */
	/* position: 		relative; */
	/* left:			0; */
	
/* } */

.w3-modal-content{
	overflow: hidden;
}

.w3-modal{
	background-color: rgba(0,0,0, 0.8);
}

.share-father{
	height: 75px;
}

.share-image{
	height: 75px;
	width: 75px;
	cursor: pointer;
}

.image-question{
	width: 100%;
	height: auto;
	position: relative;
}

img{
	margin-bottom: 0;
}

.button-container{
	height: 65px;
}


.removeContainer{
	transition:	opacity 666ms ease-in-out;
	opacity:0;
}


</pre></body></html>