.sidebar_block-content, .sidebar_block-title {
  text-align: center;
}
.sidebar_block-title {
  margin-bottom: 5px;
  margin-top: 5px;
}
iframe[src*="youtube.com"] {
  max-width: 100%;
  margin: auto;
  display: block;
}
#my-slider {
  margin: 0 auto;
}
iframe[src*="rtsp.me"] {
  max-width: 100%;
}

.homepage-block {
	margin-bottom: 2rem;
}

.homepage-block-title {
    background: #56CCF2;
    background: -webkit-linear-gradient(to top, #2F80ED, #56CCF2);
    background: linear-gradient(to top, #2F80ED, #56CCF2);
  	color: #fff;
  	font-size: 1.6em;
  	font-weight: bold;
}

.homepage-block-copy {
	background: #666;
  	color: #fff;
	padding-top: 0;
  	padding-bottom: 0;
}

.fieldDescr {
font-size: 12pt;
    font-family: helvetica;
}


.show-on-mobile { display: none; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .show-on-mobile { display: inline; }}

.hide-on-mobile { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .hide-on-mobile { display: none; }}

@media screen and (max-width: 640px) {
	.mobile-width {
	width: 300px !important;
	}
}
