@charset "UTF-8";

/* Body */
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: auto;
	font-style: auto;
	font-weight: auto;
}

.about {
	display:block;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	background-color: #FFFFFF;
	margin-top: 0px;
	font-size: auto;
	font-style: 150;
	font-weight: 15;
	margin-right: auto;
	margin-left: auto;	
}

.about_home {
	display:block;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	background-color: #FFFFFF;
	margin-top: 0px;
	font-size: auto;
	font-style: 150;
	font-weight: 15;
	margin-right: auto;
	margin-left: auto;	
}

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 2; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 8px;
  font-size: 65px;
  margin-left: 0px;
}

#main {
  transition: margin-left .5s;
  padding: 20px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 0px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #5C5C5C;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #D4D4D4;
}

/* Add a background color and some padding around the form */
.container {
  display:block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding-top: 150px;
  padding-bottom: 150px;
}

#myVideo {
  width: auto;
  position: fixed;
  top: 0;
  transform: translateX(calc((100% - 100vw) / 2));
}

#myImage {
  position: fixed;
  top: 0;
  min-height: auto;
  min-width: auto;
  transform: translateX(calc((100% - 100vw) / 2));
}
.content {
  float:inherit;
  position: absolute;
  top: 0;
  width: 100%;
}
.gradient {
  width: 100%;
  height: 65px;
  position: fixed;
  padding: 0px;
  background: linear-gradient(#000000, transparent); 
  background-size: cover; 
}

.player_image {
	display: block;
	padding-top: 35px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}


.player_wrapper {
	justify-content: center;
    display: block;
	padding-top: 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.player_container {

    display: inline-flex;
    flex-wrap: wrap;
    max-width: 1070px;
	padding-bottom: 50px;
}
.player {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.player iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.gradient2 {
  float: bottom;
  width: 100%;
  height: 7px;
  padding-top: 50px;
  background: linear-gradient(transparent, #FFFFFF); 

}
.line_bumper {
  width: 100%;
  display:block;
  padding-top: 25px;
  padding-bottom: 25px;
}

.line {
  width: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  background-color: #000000;
}

.services {
  max-width: 450px;
}

.image {
  position: fixed;
  top: 0;
  min-height: auto;
  min-width: auto;
  transform: translateX(calc((100% - 100vw) / 2));
}

.logo_Left{
	width: 120px;
	float: left;
	margin-top: 35px;
	margin-left: 17px;
}

.logo_mid{
	display: block;
	width: 250px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
}
.logo {
	width: 170px;
	float: auto;
	margin-top: auto;
	margin-left: auto;
	padding-bottom: 277px;
}

/* Menu */
.menu {
  float: right;
  width: auto;
  margin-top: 35px;
  margin-right: 17px;
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #FFFFFF;
  margin: 6px 0;
  transition: 0.4s;
}

nav_form {
  float: right;
  text-align: right;
  margin-right: 0;
  width: 100%;
  height: 80px;
  position: fixed;
  padding: 0px;
  background-color: rgba(0,0,0,0.85); 
  background-size: cover; 
}

nav {
  z-index:1;
  float: right;
  text-align: right;
  margin-right: 0;
  width: 100%;
  height: 110px;
  position: fixed;
  padding: 0px;
  background: linear-gradient(#000000, transparent); 
  background-size: cover; 
}

.text_header {
	font-size: 40px;
	font-weight: 200;
	width: 100%;
	color: #5C5C5C;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	letter-spacing: -1px;
}

.text_heading {
    font-style: italic;
    font-size: 55px;
	font-weight:bolder;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: -4px;
}

.text_subheading {
	font-size: 20px;
	font-weight:300;
	max-width: 350px;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 200px;
	margin-left: auto;
	letter-spacing: 0px;
}

.banner_heading {
    font-style: italic;
    font-size: 60px;
	font-weight:bolder;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	margin-top: 165px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: -3px;
    line-height: 0.8;
}

.banner_heading2 {
	font-size: 40px;
	font-weight: 200;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	margin-top: 200px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	letter-spacing: -1px;
}

.hero {
	background-position: center;
	background-color: #B3B3B3;
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
}

.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.text_container {
	max-width: 800px;
	padding-top: 0px;
	padding-bottom: 50px;
	display:inline-block;
	left: auto;
	right: auto;
}

.text_column {
	max-width: 800px;
	margin-left:auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	font-size: 20px;
	font-weight: 200;
	line-height: 25px;
	padding-top: 25px;
	padding-bottom: 0px;
	color: #5C5C5C;
	letter-spacing: 1px;
}

.text_contact {
    font-style: italic;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	font-size: 20px;
	font-weight: 4000;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #5C5C5C;
	letter-spacing: 0px;
}


.text_feedback {
	max-width: 700px;
	margin-left:auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
	text-align: left;
	font-size: 20px;
	font-weight: 200;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #5C5C5C;
	letter-spacing: 1px;
}

.signature {
	max-width: 800px;
	margin-left:auto;
	margin-right: auto;
	padding-left: 12%;
	padding-right: 12%;
	text-align: right;
	font-size: 20px;
    font-style: italic;
	font-weight: 400;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #5C5C5C;
	letter-spacing: -1px;
}

.video_info {
	max-width: 800px;
    padding-left: 10px;
    padding-right: 10px;
	text-align: left;
	font-size: 15px;
    font-style: italic;
	font-weight: 400;
	line-height: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #5C5C5C;
}
.profile {
	width:auto;
    border-radius: 50%;
}

/* Cards */
.cards_container2 {
	display: block;
	max-width: 800px;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

.cards_container {
    justify-content: center;
    display: inline-flex;
    flex-wrap: wrap;
    max-width: 1070px;
	padding-bottom: 50px;
}

.cards_container_home {
    justify-content: center;
    display: inline-flex;
    position: static;
    flex-wrap: wrap;
    max-width: auto;
	padding-bottom: 50px;
}

.cards_square { 
	flex: auto;
	position: relative;
	padding: 2px;
	max-width: 352px;
    height: 352px;
}

.cards_container_wide {
    max-width: 1300px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.cards_wide { 
	position: relative;
	padding: 2px;
	width: 100%;
	max-width: 640px;
    height: auto;
}

.cards_image {
  flex: auto;
  opacity: 1;
  max-width: 350px;
  max-height: 350px;
  transition: .5s ease;
  backface-visibility: hidden;
}

.cards_overlay {
  position: absolute;
  display: block;
  top: 2px;
  bottom: 0;
  left: 3px;
  right: 0;
  width: 350px;
  height: 350px;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
}

.cards_text {
  display: block;
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 600;
  transition: .5s ease;
  opacity: 0;
  top: 30%;
  position: absolute;
  left: 5%;
  text-align: left;
}

.cards_square:hover .cards_overlay {
  opacity: 0.3;
}

.cards_square:hover .cards_text {
  opacity: 1;
}

.logos {
	display:block;
	max-width: 100%;
	padding-top: 50px;
	padding-bottom: 120px;
	margin-left: auto;
	margin-right: auto;
}

/* Banners */
.banner_container {
	width: 100%;
	height: 400px;
	background-color: #000000;
}

.banner {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
	background-image: url("../images/eurkish-visual-media-video-work-banner.gif");
	width: 100%;
	height: 400px;
	padding-top: 10px;
	padding-bottom: 150px;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;	
}

.banner_VideoProduction {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
	background-image: url("../images/eurkish-visual-media-banner-video-production.jpg");
	width: auto;
	height: 350px;
	padding-top: 10px;
	padding-bottom: 150px;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
}

.banner_MotionGraphics {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
	background-image: url("../images/eurkish-visual-media-banner-motion-graphics.jpg");
	width: auto;
	height: 350px;
	padding-top: 10px;
	padding-bottom: 150px;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
}

.banner_Animation {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
	background-image: url("../images/eurkish-visual-media-banner-animation.jpg");
	width: 100%;
	height: 350px;
	padding-top: 10px;
	padding-bottom: 150px;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
}

.banner_Merchandise {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
	background-image: url("../images/eurkish-visual-media-banner-merchandise.jpg");
	width: 100%;
	height: 350px;
	padding-top: 10px;
	padding-bottom: 150px;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
}
.banner_Contact {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
	background-image: url("../images/eurkish-visual-media-banner-contact.jpg");
	width: auto;
	height: 350px;
	padding-top: 10px;
	padding-bottom: 150px;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
}
}
.banner_Work {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
	background-image: url("../images/eurkish-visual-media-video-production.jpg");
	width: auto;
	height: 300px;
	padding-top: 10px;
	padding-bottom: 150px;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
}

.banner_About {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
	background-image: url("../images/eurkish-visual-media-video-work-about.jpg");
	width: 100%;
	height: 320px;
	padding-top: 10px;
	padding-bottom: 150px;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
}

.banner_NRMA {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
	background-image: url("../images/banner-video-production.jpeg");
	width: 100%;
	height: auto;
	padding-top: auto;
	padding-bottom: auto;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.banner_SFTV {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
	background-image: url("../images/salesfit-tv-brand-video-eurkish-visual-media.jpg");
	width: 100%;
	height: auto;
	padding-top: auto;
	padding-bottom: auto;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.banner_MFA {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
	background-image: url("../images/media-federation-of-australia-tv-foundations-elearning-course-eurkish-visual-media.jpg");
	width: 100%;
	height: auto;
	padding-top: auto;
	padding-bottom: auto;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.banner_Bellissimo {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
	background-image: url("../images/bellissimo-regeno-service-video-eurkish-visual-media.jpg");
	width: 100%;
	height: auto;
	padding-top: auto;
	padding-bottom: auto;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	
		}
.banner_Partnerize {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
	background-image: url("../images/partnerize-event-coverage-innovation-day-2020-eurkish-visual-media.jpg");
	width: 100%;
	height: auto;
	padding-top: auto;
	padding-bottom: auto;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.banner_PowerFloors {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
	background-image: url("../images/power-floors-product-video-eurkish-visual-media.jpg");
	width: 100%;
	height: auto;
	padding-top: auto;
	padding-bottom: auto;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.banner_Acktive {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
	background-image: url("../images/Acktive-brand-video-eurkish-visual-media.jpg");
	width: 100%;
	height: auto;
	padding-top: auto;
	padding-bottom: auto;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.banner_Maintenance {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
	background-image: url("../images/maintenance-app-brand-video-eurkish-visual-media.jpg");
	width: 100%;
	height: auto;
	padding-top: auto;
	padding-bottom: auto;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.banner_HelpingHand {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
	background-image: url("../images/helping-hand-group-training-video-eurkish-visual-media.jpg");
	width: 100%;
	height: auto;
	padding-top: auto;
	padding-bottom: auto;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

.banner_Training {
	background-image: url("../images/Banner_Training00.jpg");
	width: 100%;
	height: 350px;
	padding-top: 10px;
	padding-bottom: 150px;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
}

/* More info */
footer {
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 0px;
}
.footer_column {
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
footer .footer_column h3 {
	color: #717070;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: auto;
	margin-right: auto;
}
.icon {
	max-width: 25px;
	padding: 7px;
}

.icon: hover {
	color: #000000;
	cursor: pointer;
}
	
.button {
	width: 200px;
	margin-top: 75px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}

.button_black {
	width: 150px;
	margin-top: auto;
	margin-right: 3px;
	margin-bottom: auto;
	margin-left: 3px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
    line-height: 3.5;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
    font-style: italic;
    font-size: 20px;
	letter-spacing: 0px;
	border: 3px solid #B3B3B3;
	color: #B3B3B3;
	transition: all 0.3s linear;
    letter-spacing: -2px;
}

.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}

.button_black:hover {
    background-color: #B3B3B3;
	color: #FFFFFF;
	cursor: pointer;
}


.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(0,0,0,0.85); 
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 15px;
	font-weight: 200;
	letter-spacing: 0px;
}

.footer_banner {
    color: #FFFFFF;
	width: 100%;
	background-color: #B3B3B3;
	padding-top: 15px;
	padding-bottom: 10PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}

footer {
	display: inline-block;
}

.hidden {
	display: none;
}


/* desktop */
@media screen and (min-width: 1921px) {
	
.logo {
	display: block;
	width: 250px;
	margin-top: 250px;
	margin-left: auto;
	margin-right: auto;	
}
	
#myVideo {
  display:block;
  right:auto;
  left: auto;
  width: 100vw;
}
	
.image {
  display: block;
  right: 0;
  top: 0;
  min-height: auto;
  min-width: auto;
  max-height: auto;
}

.player {
	display:block;
    width: 100%;
}

	/* Hero Section */
.hero {
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 600px;
}
	
.footer_column {
	width: 100%;
	margin-top: 0px;
}
	
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
	
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
    
.cards_container_home {
    justify-content: center;
    display: inline-flex;
    flex-wrap: wrap;
    max-width: 710px;
	padding-bottom: 50px;
}
	
.banner_About {
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
	background-image: url("../images/eurkish-visual-media-video-work-about.jpg");
	width: 100%;
	height: 320px;
	padding-top: 10px;
	padding-bottom: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
}

.banner_Work {
	background-image: url("../images/eurkish-visual-media-video-production.jpg");
	width: 100%;
	height: 300px;
	padding-top: 10px;
	padding-bottom: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
}

.banner_NRMA {
	background-image: url("../images/banner-motion-graphics.jpeg");
	width: 100%;
	height: 450px;
	padding-top: 10px;
	padding-bottom: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
}

.banner_Partnerize {
	background-image: url("../images/partnerize-event-coverage-innovation-day-2020-eurkish-visual-media.jpg");
	width: 100%;
	height: 450px;
	padding-top: 10px;
	padding-bottom: 150px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
}

.banner_SFTV {
	background-image: url("../images/salesfit-tv-brand-video-eurkish-visual-media.jpg");
	width: 100%;
	height: 450px;
	padding-top: 10px;
	padding-bottom: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
}
	
.banner_MFA {
	background-image: url("../images/media-federation-of-australia-tv-foundations-elearning-course-eurkish-visual-media.jpg");
	width: 100%;
	height: 450px;
	padding-top: 10px;
	padding-bottom: auto;
	background-repeat: no-repeat;
	background-size: cover;
    background-color: #FFFFFF;
}

.banner_PowerFloors {
	background-image: url("../images/power-floors-product-video-eurkish-visual-media.jpg");
	width: 100%;
	height: 450px;
	padding-top: 10px;
	padding-bottom: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
}

.banner_Acktive {
	background-image: url("../images/Acktive-brand-video-eurkish-visual-media.jpg");
	width: 100%;
	height: 450px;
	padding-top: 10px;
	padding-bottom: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
}

.banner_Bellissimo {
	background-image: url("../images/bellissimo-regeno-service-video-eurkish-visual-media.jpg");
	width: 100%;
	height: 450px;
	padding-top: 10px;
	padding-bottom: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
}

.banner_Maintenance {
	background-image: url("../images/maintenance-app-brand-video-eurkish-visual-media.jpg");
	width: 100%;
	height: 450px;
	padding-top: 10px;
	padding-bottom: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
}
.banner_HelpingHand {
	background-image: url("../images/helping-hand-group-training-video-eurkish-visual-media.jpg");
	width: 100%;
	height: 450px;
	padding-top: 10px;
	padding-bottom: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
}
}

/* Small Tablets */
@media screen and (min-width: 351px) and (max-width: 1920px){

.profile {
	width: 100px;
    height: auto;
    border-radius: 50%;
}
	
.container {
  display:block;
  width: 80%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 25px
}

.logo {
	display: block;
	width: 250px;
	margin-top: 250px;
	margin-left: auto;
	margin-right: auto;
}
.cards_container_home {
    justify-content: center;
    display: inline-flex;
    flex-wrap: wrap;
    max-width: 800px;
	padding-bottom: 50px;
}

#myVideo {
  position: center; 
  right: 0;
  bottom: 0;
}

.image {
  position: center;
  right: 0;
  top: 0;
  min-height: auto;
  min-width: 100%;
  max-height: auto;
}
	/* Hero Section */
.hero {
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 600px;
	}
	
.footer_column {
	width: 100%;
	margin-top: 0px;
}
	
.footer_column {
	width: 100%;
}
	
.banner_About {
	background-image: url("../images/eurkish-visual-media-video-work-about.jpg");
	width: 100%;
	height: 320px;
	padding-top: 90px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
    background-attachment: inherit;
}
    
	
.banner_Work {
	background-image: url("../images/eurkish-visual-media-video-production.jpg");
	width: 100%;
	height: 500px;
	padding-top: 90px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
    background-attachment: inherit;
}	
	
.banner_NRMA {
	background-image: url("../images/nrma-brand-video-a-story-of-help-campaign-eurkish-visual-media.jpg");
	width: 100%;
	height: 500px;
	padding-top: 90px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
    background-attachment: inherit;
}

.banner_Partnerize {
	background-image: url("../images/partnerize-event-coverage-innovation-day-2020-eurkish-visual-media.jpg");
	width: 100%;
	height: 500px;
	padding-top: 80px;
	padding-bottom: 110px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
    background-attachment: inherit;
}

.banner_SFTV {
	background-image: url("../images/salesfit-tv-brand-video-eurkish-visual-media.jpg");
	width: 100%;
	height: 500px;
	padding-top: 80px;
	padding-bottom: 110px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
    background-attachment: inherit;
}
	
.banner_MFA {
	background-image: url("../images/media-federation-of-australia-tv-foundations-elearning-course-eurkish-visual-media.jpg");
	width: 100%;
	height: 500px;
	padding-top: 80px;
	padding-bottom: 110px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
    background-attachment: inherit;
}

.banner_PowerFloors {
	background-image: url("../images/power-floors-product-video-eurkish-visual-media.jpg");
	width: 100%;
	height: 500px;
	padding-top: 80px;
	padding-bottom: 110px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
    background-attachment: inherit;
}

.banner_Acktive {
	background-image: url("../images/Acktive-brand-video-eurkish-visual-media.jpg");
	width: 100%;
	height: 500px;
	padding-top: 80px;
	padding-bottom: 110px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
    background-attachment: inherit;
}

.banner_Bellissimo {
	background-image: url("../images/bellissimo-regeno-service-video-eurkish-visual-media.jpg");
	width: 100%;
	height: 500px;
	padding-top: 80px;
	padding-bottom: 110px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
    background-attachment: inherit;
}

.banner_Maintenance {
	background-image: url("../images/maintenance-app-brand-video-eurkish-visual-media.jpg");
	width: 100%;
	height: 500px;
	padding-top: 80px;
	padding-bottom: 110px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
    background-attachment: inherit;
}

.banner_HelpingHand {
	background-image: url("../images/helping-hand-group-training-video-eurkish-visual-media.jpg");
	width: 100%;
	height: 500px;
	padding-top: 80px;
	padding-bottom: 110px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #FFFFFF;
    background-attachment: inherit;
}
}

/* Mobile */
@media only screen and (max-device-width: 350px) {	

.cards_container_wide {
    width: 350px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
    
.cards_wide {
    width: 350px;
}
    

	
.logo_Left{
	width: 135px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
  
}
.logo {
	display: block;
	width: 250px;
	margin-top: 250px;
	margin-left: auto;
	margin-right: auto;	
}

#myVideo {
  display: block;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  min-width: auto;
  max-height: auto;
}
	
.image {
  display: block;
  right: 0;
  top: 0;
  min-height: auto;
  min-width: auto;
  max-height: auto;
}
}



