/* iPhone 5 and other such devices */
@media (max-width: @screen-sm-max) {
	.account {
		.cover .controls i {
			font-size: 3em;
		}
	}

	.chat-modal {
		width: 100%;
		height: 100%;
		top: 0px !important;
		left: 0px !important;

		.modal-dialog {
			margin: 0;
			height: 100%;
			width: 100%;

			.modal-content {
				height: 100%;
			}
		}

	}
}