/*
Theme Name: Ethiopiatours
Description: This is custom theme for Ethiopiatours project
Author: Saurabh Abrol
Version: 47.2.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.place-inner a{
  display: block;
  height: 150px;
  background-size: cover;
  background-position: center;
}


.real-pimage{
  transition: all .5s;
  display: block;
  height: 251px;
  background-size: cover;
  background-position: center;
  width: 341px;
  position: relative;

}
.real-pimage:hover {
  transform: scale(1.1);
}

.carousel-pimage{
  width: 243px;
  height: 243px;
  display: block;
  background-size: cover;
  background-position: center;
}
.header_top_bottom_holder{
  margin-top:50px !important;
}
