
#mm_fs_banner {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f3f3f3fc;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Arial, sans-serif;
	z-index: 100000000000;
}
#mm_fs_close-button {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 1.6rem;
	height: 1.6rem;
	background-color: #fff;
	border: 1px solid #ababab;
	color: #ababab;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.7rem
}
.mm_fs_btn{
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2rem;
	height: 2rem;
	z-index: 10000;
	display: none;
}
.mm_fs_marker{
	position: absolute;
	text-align: center;
	top:1.4rem;
	font-size: 0.7rem;
	color: #ababab;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
}
#mm_fs_container{
	max-height: 75%;
}

.monetizeme-block-top {
	width: 100%;
	z-index: 999;
	transition: all 0.5s;
	top: 0;
	max-height: 150px;
	bottom: auto;
	position: fixed;
	display: flex;
	justify-content: center;
	transform: translateY(0px);
	background: #fff;
	
}

.monetizeme-block-top.collapsed {
	transform: translateY(-250px)
}

.button-top-close {
	position: absolute;
	top: auto !important;
	z-index: 99999999;
    bottom: -55px;
	left: 0;
	width: 100px;
	height: 100px;
}

.mm_button_top{
	height: 25px !important;
	position: absolute;
    width: 44px;
    left: 0px;
    border: none;
    background-size: 13px 13px;
    background-position: 9px;
    background-color: #fff;
    background-repeat: no-repeat;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%) !important;
    color: #777;
    top: auto !important;
    bottom: -30px;
    border-radius: 0 0 10px 0 !important;
    font-size: 17px;
    font-family: verdana;

}
.monetizeme-block-bottom {
	width: 100%;
	z-index: 999;
	transition: all 0.5s;
	bottom: 0;
	max-height: 25vh;
	top: auto;
	position: fixed;
	display: flex;
	justify-content: center;
	transform: translateY(0px);
	background: #fff;
	
}

.monetizeme-block-bottom.collapsed {
	transform: translateY(500px)
}

.button-bottom-close {
	display: none;
	position: absolute;
	bottom:  auto !important;
	z-index: 99999999;
    top: -55px;
	left: 0;
	width: 100px;
	height: 100px;
	cursor: pointer;
}

.mm_button_bottom{
	height: 25px !important;
	position: absolute;
    width: 44px;
    left: 0px;
    border: none;
    background-size: 13px 13px;
    background-position: 9px;
    background-color: #fff;
    background-repeat: no-repeat;
    box-shadow: 1px 0px 0px 0px rgb(0 0 0 / 20%) ;
    color: #777;
    bottom:  auto !important;
    top: -30px;
    border-radius: 0 10px 0 0px ;
    font-size: 0.9rem;
    font-family: verdana;

}
.mm_mobile_content{
	background: #fbfbfb;
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
	position: inherit;
	padding: 20px 0 !important;
	margin: auto !important;
	/*width: calc(100% - 2px) !important;*/
	width: 100%;
	max-height: 800px !important;
	justify-content: center !important;
	box-sizing: border-box;
}
.mm_mobile_content div{
	margin: auto !important;
	padding: auto !important;
}
.monetizeme-desktop-sticky-bottom{
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 9999998;
	position: fixed;
	bottom: 0px;
	background: transparent;
	text-align: center;
	transition: 300ms ease-in;
	line-height: 0px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2) !important;
	background-color: #F0F4F8;
}
.mm_button_bottom-desktop{
	transform: rotate(90deg);
	height: 25px !important;
	position: absolute;
    width: 44px;
    left: -34px;
    border: none;
    background-size: 13px 13px;
    background-position: 9px;
    background-color: #fff;
    background-repeat: no-repeat;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%) !important;
    color: #777;
    bottom:  auto !important;
    top: 5px;
    border-radius: 0 0 10px 10px !important;
    font-size: 17px;
    font-family: verdana;
}
.mm_desktop_side_content{
	padding: 0px 0 !important;
	margin: auto !important;
	width: 100% !important;
	display: grid !important;
	justify-content: center !important;
	box-sizing: border-box;
}
.button-bottom-close-desktop {
    position: absolute;
    bottom: auto !important;
    z-index: 99999999;
    top: -20px;
    left: -30px;
    width: 60px;
    height: 80px;
    cursor: pointer;
}
.mm_desktop_content{
	background: #fbfbfb;
	border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
	padding: 20px 0 !important;
	margin: 20px 0 !important;
	width: 100% !important;
	max-height: 480px !important;
	width: 800px !important;
	justify-content: center !important;
	box-sizing: border-box;
}
.mm_desktop_content div{
	margin: auto !important;
	padding: auto !important;
}
.adfox_inread_desktop{
	max-height: 480px;
	contain:content;
}
#desktop_side_second{
	position: sticky;
	top:20px;
}
.sideblock{
	height: 98%;
}
.stub{
	display: none !important;
}
.view{
	display: flex !important;
}
