/*
Theme Name: Lay Theme
Theme URI: http://laytheme.com/
Author: Armin Unruh
Author URI: http://arminunruh.com/
Description: Create a Portfolio Website with Lay Theme. Design layouts in a configurable grid where you place images, texts and videos.
Text Domain: laytheme
Version: 2.1.5
*/

/* Don't edit above!  */

@media screen and (max-device-width: 736px) and (orientation: landscape) { 
    #laytheme::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
	width: 100%;
	height: 100%;
        background: #ffff00 url('http://akacorleone.com/wp-content/uploads/2017/07/Rotate.svg') no-repeat center center;
	background-size: 80%;
        z-index: 9999999;
    }
}