@CHARSET "UTF-8";

/**
 *
 * @name:    mDash CMS Framework.
 * @package: mDash, a framework package that allows rapid deployment of websites.
 * @version: 0.1.0
 *
 */

/********************************************************************************
* DO NOT EDIT BELOW UNLESS YOU KNOW WHAT YOU ARE DOING!!
********************************************************************************/

.img-360 { 
	width: 100%; 
	margin: 0 auto;
}

.img-360 article, .noload {
	/* float: left; */
	width: 98%;
	text-align: center; 
	color: #222;
	background-color: rgba(255, 255, 255, 0.6);
	margin: 1%;	
	padding-bottom: 12px;
	border: 1px solid #000; 
	border-radius: 12px;
}


.img-360 article h4 {
	text-decoration: underline;
}

.img-360 article iframe {
	width: inherit;
}

.pagelinks {
	padding: 12px;
	text-align: center;
}
.pagelinks a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	text-transform: capitalize;
}
.pagelinks a:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: underline;
}


/********************************************************************************
* MEDIA QUERIES.	
********************************************************************************/

@media only screen and (min-width: 528px) {
	.img-360 article iframe {
		width: 500px;
		height: 300px;
	}
}

@media only screen and (min-width: 700px) {
	.img-360 article {
		/* float: left; */
		width: 75%;
		margin: auto;
	}
}

@media only screen and (min-width: 900px) {
	.img-360 article {
		/* float: left; */
		width: 65%;
	}
}

@media only screen and (min-width: 1048px) {
	.img-360 article {
		float: left;
		width: 49%;
	}
}


/********************************************************************************
* END MEDIA QUERIES 
*********************************************************************************
* ADMIN 
********************************************************************************/


/********************************************************************************
* END ADMIN  
*********************************************************************************
* End File
********************************************************************************/