
.gtc-overlay{
	width: 400px;
	background-color: #2D363F;
	padding: 40px;
	
	position: absolute;
	left: 0;
	bottom: 0;
}

.gtc-overlay-image-container img{
	width: 100%;
	max-width: 200px;
}

.gtc-overlay-text-container{
	margin-top: 40px;
	font-family: "Muli", sans-serif;
	font-weight: 300;	/* Regular */
	color: white;
	font-size: 18px;
}

.gtc-overlay-text-container *{
	font-family: "Muli", sans-serif;
	font-weight: 300;	/* Regular */
	color: white;
	font-size: 18px;
}

@media screen and (max-width: 728px) {
    
    .full-height{
		height: 700px !important;
	}
    
    .gtc-overlay  {
        width: 100%;
    }
}

@media (max-width:480px) { 
	/* smartphones, iPhone, portrait 480x320 phones */ 
	
	.gtc-content{
		margin-top: 40px;
	}
	
}
