#Short_Main{
    display: flex;
    flex-wrap: wrap;
	margin-top: 10px;
}

#Short_Main .Short_Nono{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3.5px;
    font-weight: 700;
    font-size: 7px;
    text-transform: uppercase;
    color: #fff;
    line-height: 190%;
    padding: 11px 0 21px;
    width: 100%;
}

#Short_Main .Short_Res1 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1.5px;
	font-weight: 700;
	font-size: 7px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	margin-top: -13px;
}

#Short_Main .Short_Res1 a {color: #fff;}

#Short_Main .Short_Name{
	font-family: "Playfair Display SC";
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 7px;
	text-transform: uppercase;
	margin: 14px 0px -3px 12px;
}

#Short_Main .Short_Ava{
    font-family: "Playfair Display SC";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 11px;
}

#Short_Main .Short_Res{
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 4.5px;
	font-weight: 700;
	font-size: 6px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 4px;
}

#Short_Main .Short_Content {
    display: flex;
    flex-wrap: wrap;
	padding: 13px;
}

#Short_Main .fact {
	width: 133px;
	font-family: "Playfair Display SC";
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #808bc6;
}

#Short_Main .fact1 {
	width: 133px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3.5px;
	font-weight: 700;
	font-size: 8px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: -1px;
	text-align: center;
}

#Short_Main .Short_Box{
    width: 427px;
    margin: 0 11px 11px 0;
    background-color: #010202;
    position: relative;
    overflow: hidden;
}
#Short_Main .Short_Box:nth-child(2n+0) {margin-right:0px;}

#Short_Main .Short_Pic{
	width: 375px;
	height: 200px;
	border: 1px solid var(--bordercolor);
	padding: 13px;
	position: relative;
	margin: 11px auto 0px;
	overflow: hidden;
}

#Short_Main .Short_Pic img{-webkit-filter: grayscale(100%);filter: grayscale(100%);opacity: 0.5;}

#Short_Main .Short_Pic1{
    background-color: var(--piccolor);
    mix-blend-mode: multiply;
    position: absolute;
    width: 375px;
    height: 200px;
    top: 13px;
    left: 13px;
}

#Short_Main .Short_Pic2{overflow: hidden;width: 375px;height: 200px;}

#Short_Main .Short_Title {
	width: 375px;
	height: 200px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 13px;
	left: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Playfair Display SC";
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 8px;
	line-height: 255%;
	text-align: center;
	text-transform: uppercase;
	}

#Short_Main .Short_Title div{width: 275px;}

#Short_Main .Short_Desc{
	height: 168px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--maincolor) #000;
	padding-right: 7px;
	text-align: justify;
	color: #fff;
	letter-spacing: 2px;
	font-family: Montserrat;
	line-height: 185%;
	font-size: 9px;
	width: 373px;
	margin-left: 28px;
}
		
		