/* Extra small devices (phones, 600px and down) */
@media all and (max-width: 600px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media all and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media all and (min-width: 768px) { 
}

/* Large devices (laptops/desktops, 992px and up) */
@media all and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media all and (min-width: 1200px) {}

#EMS {padding-top:1vh;}
#EMS > .column {display:inline-block;padding-bottom:1.5vh;}
#WeSupport {img {height:2vh;}}

p {text-align:center;padding:0;margin:0;}
hr {padding:0;margin:0}
#WeSupport {vertical-align:middle;padding-top:1vh;}

.Closing {
	.Contact {vertical-align:middle;}
	text-align:center;
}

.container-bg-tech {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background:url("/graphics/ComputerRepair640.png");
	opacity: 0.07;
	background-size:100% 100%;
	background-repeat: no-repeat;
}
.Frustration {
	img {display:inline;float:right;height:25vh;}
}
.Happy {
	img {display:inline;float:inline-start;height:25vh;padding-right:3vw;}
}