@media screen and (min-width:769px) {

	.Blog-wrapper {
        padding: 198px 0 18px 0;
        position: relative;
        margin-top: -216px;
	}


	/*---- image --------------------------*/


	.Post-imgTall {
        float: right;
        max-width: 44% !important;
        margin: 8px 8px 8px 44px;
	}

	.Post-imgWide, .plyr{
		margin: 0;
		/* margin: -26px 0px 38px -26px;
        min-width: calc(100% + 52px); */
	}

    .Post-tile-img-wide {
        width: 100%;
        height: 100%;
        margin-bottom: 8px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 4px 0 0px 4px;
    }



	/*--------- Post ----------------------------*/
	.Posts-wrapper {
		padding: 8px 0 70px 0;
		display: grid;
		grid-template-columns: 9.6fr 3fr;
		gap: 24px;
		align-items: start;

	}

	.Post-tile {
		display: grid;
		grid-template-columns: 2fr 4fr;
		gap: 24px;
		padding: 0; 
	}

	.Post-wrapper {
		padding: 0px;
		overflow: hidden;
	}

	.Post-text-wrapper {
		display: grid;
		padding: 18px 24px 24px 18px;
	}

	.Post-text-wrapper h1 {
		margin: 18px 0 18px 0 !important;
	}

	.Post-text-wrapper h2 {
		margin: 14px 0 24px 0 !important;
	}

	.Post-text {
		padding: 18px 18px 24px 24px;
	}


	

	/*--------- Search Posts --------------------*/
	.Search-tile h2 {
		margin: 10px 0 24px 0 !important;
	}

    .post.search-match {
        margin-top: 0px !important;
        margin-bottom: 24px !important;
    }


	/*--------- Bottom Posts --------------------*/

	.Post-text-bottom-wrapper {
        padding: 24px 0 0px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
	}


	.post .credentials {
		margin: 0;
		flex-direction: row-reverse !important;
	}


	.credentials a,
	.credentials span {
		font-size: smaller;
	}



	/*---- Menu --------------------------*/
	.Posts-menu {
		position: sticky;
		top: 8px;
	}

	.Posts-menu-wrapper {
		padding: 14px;
        border-radius: 4px;
		background: var(--gradient1);
		margin-bottom: 20px;
	}

	.Posts-menu-wrapper h3 {
		margin: 0 0 24px 0 !important;
	}

	.DesktopMenuScrolling {
		display: none;
	}

	.blogMenu-button,
	.Posts-menu-wrapper .Menu-cancel {
		display: none;
	}




}