/* desktop */
@media (min-width: 769px) {
	.cross1c {
		margin-top: 1rem;
		margin-bottom: 1rem;

		display: flex;
		padding: 0.8rem;
		background-color: #f9f4c8;
		color: #424242;
		font-family: "Helvetica";
		font-size: 0.9rem;
		line-height: 1.15;
	}
	.cross1c-img {
		width: 25%;
	}
	.cross1c-right {
		width: 75%;
		padding: 0 0.8rem 0 0.8rem;
		position: relative;
	}
	.cross1c-main-img {
    	width: 130px;
    	height: 100px;
		/* aspect-ratio: 1 / 1; */
	    object-fit: cover;

	}
	.cross1c-header {
		font-weight: 600;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.cross1c-header a {
		text-decoration: none;
	}
	.cross1c-content {
		padding-top: 0.7rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.cross1c-content a {
		text-decoration: none;
	}
	.cross1c-logo-mobile {
		display: none;
	}
	.cross1c-logo {
		font-size: 0.8rem;
		display: inline-block;
		position: absolute;
		bottom: -0.4rem;
		right: -0.4rem;
	}
	.cross1c-logo img {
		height: 1.3rem;
		display: inline;
		padding-left: 0.2rem;
	}
	.cross1c-logo a {
		font-weight: 600;
		text-decoration: underline;
	}

}


/* mobil */
@media (max-width: 768px) {
	.cross1c {
		margin-top: 1rem;
		margin-bottom: 1rem;

		display: box;
		padding: 1rem;
		background-color: #f9f4c8;
		color: #424242;
		font-family: "Helvetica";
		font-size: 1.15rem;
		font-weight: 400;
		line-height: 1.15;
	}
	.cross1c-img {
		width: 100%;
	}
	.cross1c-right {
		padding: 0 0 0 0;
	}
	.cross1c-main-img {
    	width: 100%;
	    /* height: 100%; */
		aspect-ratio: 2 / 1;
	    object-fit: cover;
	}
	.cross1c-header {
		padding-top: 1.0rem;
		font-weight: 600;
	}
	.cross1c-header a {
		text-decoration: none;
	}
	.cross1c-content {
		padding-top: 0.5rem;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.cross1c-content a {
		text-decoration: none;
	}
	.cross1c-logo {
		display: none;
	}
	.cross1c-logo-mobile {
		/*
		display: inline-block;
		position: absolute;
		top: -0.5rem;
		right: -0.5rem;
		*/
		font-size: 1.0rem;
		padding-top: 0.5rem;
		display: block;
		text-align: right;
	}
	.cross1c-logo-mobile img {
		height: 1.2rem;
		display: inline;
	}
	.cross1c-logo-mobile a {
		font-weight: 600;
		text-decoration: underline;
	}
}

.dark .cross1c {
	background-color: brown;
	color: #fff;
}
