.homemessage-small {
	position:fixed;
	top:0px;
  margin-top: 16vw;
	margin-right: 8vw;
	right: 0px;
	width:20vw;
	height:52vh;
	z-index:1;
	background-color: #f2f2f2;
  padding-left: 2vw;
	padding:0px;
  color:#717171;
	overflow-y:hidden;
}

.hommemessage-small-mobileonly {
	display:none;
}

.homessage-small-header {
	background-color:#292929;
	color:#FCFCFC;
	font-size:20pt;
	text-align: center;
	padding-top:1vh;
	padding-bottom:1vh;
}

.hommessage-small-circle {
	height:20vh;
	margin-top:2vh;
	background-image: url('../../assets/news-circle.png');
	background-size: 60%;
	background-position: center center;
	background-repeat: no-repeat;
	text-align:center;
}

.hommessage-small-circle img {
	height:10vh;
	margin-top:5vh;
	width:10vh;
	cursor:pointer;
}

.hommessage-small-date {
	position:absolute;;
	top:10vh;
	left:10px;
}

.hommessage-small-title {
	font-size:15pt;
	color:black;
	padding-left:2vw;
	padding-right:2vw;
	text-align: left;
  margin: 0 auto;
  width: 16vw;
}

.homessage-small-plus {
	cursor:pointer;
	width:51px;
	height:51px;
	position:absolute;
	right:15px;
	bottom:15px;
}

.homemessage-big {
  position:fixed;
	top:0px;
  margin-top: 12vh;
	right: 0px;
	width:30vw;
	height:100vh;
	z-index:1;
	background-color: #f2f2f2;
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
	overflow-y:hidden;
	overflow-x: hidden;

  color:#545557;
}

.homemessage-big-header {
	font-size:20pt;
	color:black;
	text-align: center;
	background-color:#303030;
  width: 30vw;
	height:7vh;
	padding-top:3vh;
	color:#FCFCFC;
}
.homemessage-big-cross {
	cursor:pointer;
	width:51px;
	height:51px;
	position:absolute;
	right:15px;
	top:13vh;
}
.homemessage-big-main {
	padding-left:1.5vw;
	padding-right:1.5vw;
	padding-top:3vh;
	height:70vh;
	text-align:center;
	overflow-y:auto !important;
}
.homemessage-big-title {
	font-size:20pt;
	color:black;
	text-align: left;
	text-transform: uppercase;
}

.homemessage-big-description {
	font-size:10pt;
	text-align:justify;
}

.homemessage-big img {
	max-width:20vw;
	max-height:20vh;
	height: auto;
	cursor:pointer;
}
