.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	border: 5px solid transparent;
	-moz-border-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
	-webkit-border-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
	border-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
	border-image-slice: 1;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mt30 {
	margin-top: 30px;
	border-top-color: transparent !important;
}

.mb60 {
	margin-bottom: 60px;
	border-top-color: transparent !important;
}

#hc-video {
	background-image: url('wp-content/uploads/2018/07/tropical-beach-PSLGZBA-overlay-min.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	/*margin-top: 60px;*/
}

@media (max-width: 480px) {
	#hc-video {
		margin-top: 20px;
	}
}

.hc-video-wrapper {
	background-color: transparent !important;
}

.hc-video-wrapper .hc-video-title {
	color: #ffffff;
}

.hc-video-wrapper .hc-video-title small {
	color: #ffffff;
}

@media (max-width: 480px) {
	.hc-video-wrapper .hc-video-title {
		font-size: 90%;
	}
}
.icon-instagram-hydrococo:before{
     margin-left:25px;
}